From: Eunice Lee Date: Fri, 1 Oct 2021 21:51:49 +0000 (-0700) Subject: mgr/volumes/fs/vol_spec.py: fix flake8 issues X-Git-Tag: v17.1.0~759^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=00e1df1d4355fbe59f04312a36c3596aa8c7c552;p=ceph.git mgr/volumes/fs/vol_spec.py: fix flake8 issues Fixes: https://tracker.ceph.com/issues/51384 Signed-off-by: Eunice Lee --- diff --git a/src/pybind/mgr/volumes/fs/vol_spec.py b/src/pybind/mgr/volumes/fs/vol_spec.py index 5ff983115c3c1..422359e03c9ea 100644 --- a/src/pybind/mgr/volumes/fs/vol_spec.py +++ b/src/pybind/mgr/volumes/fs/vol_spec.py @@ -1,5 +1,3 @@ -import os - class VolSpec(object): """ specification of a "volume" -- base directory and various prefixes.