mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00: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:
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 abc
|
||||||
import collections
|
import collections
|
||||||
import json
|
import json
|
||||||
# (TODO: remove next line!)
|
|
||||||
import os # noqa: F401, pylint: disable=unused-import
|
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
HPE_ONEVIEW_IMP_ERR = None
|
HPE_ONEVIEW_IMP_ERR = None
|
||||||
|
|||||||
Reference in New Issue
Block a user