]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
python-common: fix lint errors 33625/head
authorSage Weil <sage@redhat.com>
Thu, 5 Mar 2020 16:58:15 +0000 (10:58 -0600)
committerSage Weil <sage@redhat.com>
Thu, 5 Mar 2020 16:58:57 +0000 (10:58 -0600)
commit50a656047c2134388663445af301976b59bd980c
treee8d08ddb89f658fc15357e666e4f7957e232d85f
parent559ccdbaa2ce5efcf492abcedd57b81aa679aedb
python-common: fix lint errors

ceph/deployment/drive_selection/filter.py:8:5: F401 'typing.Optional' imported but unused
ceph/tests/test_disk_selector.py:5:1: F401 'ceph.deployment.drive_group.DriveGroupValidationError' imported but unused
ceph/tests/test_disk_selector.py:10:5: F401 'mock.patch' imported but unused

Signed-off-by: Sage Weil <sage@redhat.com>
src/python-common/ceph/deployment/drive_selection/filter.py
src/python-common/ceph/tests/test_disk_selector.py