]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: remove unused module import
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 27 Oct 2020 16:14:19 +0000 (12:14 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 2 Nov 2020 16:20:06 +0000 (17:20 +0100)
commit2138a00a3294b222d5e8325495300841ed5a7f5f
tree6a71b711719b36342f93a72abf10d1f8f1acd1b7
parentb02589ad50994be320966af78369dbb85a534dbc
library: remove unused module import

Move the import at the top of the file and remove unused module import.

- E402 module level import not at top of file
- F401 'xxxx' imported but unused

This also removes the '# noqa E402' statement from the code.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
library/ceph_dashboard_user.py
library/ceph_fs.py
library/ceph_key.py
library/ceph_pool.py
library/ceph_volume.py
library/radosgw_realm.py
library/radosgw_user.py
library/radosgw_zone.py
library/radosgw_zonegroup.py