]> git-server-git.apps.pok.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 Aug 2021 13:53:00 +0000 (15:53 +0200)
commit1270d5964aac89257b2ddc876cc388a68cc10662
tree327a5b4cec0c735db2517f08835cd99ac65a234f
parent5bf73d4766945bbe43a4f3ddc02fae93b23aecdc
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>
(cherry picked from commit 2138a00a3294b222d5e8325495300841ed5a7f5f)
library/ceph_key.py
library/ceph_volume.py