mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-13 09:34:21 -07:00
oneview module utils: remove unused import of "os" package (#10644)
* oneview module utils: remove unused import of "os" package * add changelog frag * Update changelogs/fragments/10644-oneview-os.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
621bfda7ad
commit
89b6717888
2 changed files with 2 additions and 2 deletions
2
changelogs/fragments/10644-oneview-os.yml
Normal file
2
changelogs/fragments/10644-oneview-os.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
breaking_changes:
|
||||
- oneview module utils - remove import of standard library ``os`` (https://github.com/ansible-collections/community.general/pull/10644).
|
|
@ -16,8 +16,6 @@ __metaclass__ = type
|
|||
import abc
|
||||
import collections
|
||||
import json
|
||||
# (TODO: remove next line!)
|
||||
import os # noqa: F401, pylint: disable=unused-import
|
||||
import traceback
|
||||
|
||||
HPE_ONEVIEW_IMP_ERR = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue