Fix type annot

msgpack_lists_by_default
Tyler Goodlet 2022-02-15 08:52:04 -05:00
parent 4eab4a0213
commit 76a0492028
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ class Arbiter(Actor):
async def get_registry( async def get_registry(
self self
) -> dict[tuple[str, str], tuple[str, int]]: ) -> dict[str, tuple[str, int]]:
''' '''
Return current name registry. Return current name registry.