Merge pull request #28875 from tchaikov/wip-mgr-volumes-cleanup

mgr/volumes: do not import unused module
This commit is contained in:
Ramana Raja 2019-07-04 16:15:47 +05:30 committed by GitHub
commit becc3a16fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ try:
except ImportError:
import Queue
import cephfs
from mgr_module import MgrModule
import orchestrator