]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/volumes/fs/vol_spec.py: fix flake8 issues 43391/head
authorEunice Lee <eunl@microsoft.com>
Fri, 1 Oct 2021 21:51:49 +0000 (14:51 -0700)
committerEunice Lee <eunl@microsoft.com>
Fri, 1 Oct 2021 22:59:58 +0000 (15:59 -0700)
Fixes: https://tracker.ceph.com/issues/51384
Signed-off-by: Eunice Lee <eunice337@gmail.com>
src/pybind/mgr/volumes/fs/vol_spec.py

index 5ff983115c3c1b81e227e3b922767ee4bfcb2e32..422359e03c9ea7a1e6ce49d888ec8568d4b659de 100644 (file)
@@ -1,5 +1,3 @@
-import os
-
 class VolSpec(object):
     """
     specification of a "volume" -- base directory and various prefixes.