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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43391%2Fhead;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 5ff983115c3c..422359e03c9e 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.