From 00e1df1d4355fbe59f04312a36c3596aa8c7c552 Mon Sep 17 00:00:00 2001 From: Eunice Lee Date: Fri, 1 Oct 2021 14:51:49 -0700 Subject: [PATCH] mgr/volumes/fs/vol_spec.py: fix flake8 issues Fixes: https://tracker.ceph.com/issues/51384 Signed-off-by: Eunice Lee --- src/pybind/mgr/volumes/fs/vol_spec.py | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.47.3