]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/volumes: use python version during configparser import
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:15:50 +0000 (08:15 -0700)
committerMichael Fritch <mfritch@suse.com>
Thu, 5 Mar 2020 20:19:32 +0000 (13:19 -0700)
commitf213b646db883e4d9899d5ecb51f7ac591237901
tree7dd69484a8b83c9cb69c57598b5fc1e5330123ec
parent322019beef0098f44621ce377bc988ac250a472f
mgr/volumes: use python version during configparser import

fixes mypy error:

volumes/fs/operations/versions/metadata_manager.py:8: error: Name 'configparser' already defined (by an import)

Fixes: https://tracker.ceph.com/issues/44393
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/volumes/fs/operations/versions/metadata_manager.py