diff --git a/tractor/_actor.py b/tractor/_actor.py index faa6412..0991ed2 100644 --- a/tractor/_actor.py +++ b/tractor/_actor.py @@ -1502,7 +1502,7 @@ class Arbiter(Actor): async def get_registry( self - ) -> dict[tuple[str, str], tuple[str, int]]: + ) -> dict[str, tuple[str, int]]: ''' Return current name registry.