]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/ceph_daemon: correct type annotation of admin_socket()
authorKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 03:53:03 +0000 (11:53 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 03:53:08 +0000 (11:53 +0800)
commit9121d5f711a234c793583c6bfd82aa0a0709e226
tree1bffff089ef41181ca36751cadf5335e6978870e
parentfb50de457ca3a0e4f777a55a80703487eeea09d9
pybind/ceph_daemon: correct type annotation of admin_socket()

we always pass a list of string to it, but since it does not assume the
container type of string, just specify Sequence[str].

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/ceph_daemon.py