]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: add `deque` type
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:18:19 +0000 (08:18 -0700)
committerMichael Fritch <mfritch@suse.com>
Thu, 5 Mar 2020 20:19:32 +0000 (13:19 -0700)
commit0fda329d07bbaf1bd1c0b55d782f0918157b65be
tree5903b19a6cc99ca4213bd472532cc449183c37fd
parentaaed49a142722089f8a24ceb8b846b7c1c51d5f6
mgr/volumes: add `deque` type

fixes mypy error:

volumes/fs/async_job.py: note: In member "__init__" of class "AsyncJobs":
volumes/fs/async_job.py:97: error: Need type annotation for 'q'

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