Skip to content

Commit

Permalink
Shush the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Dec 19, 2020
1 parent 629fd8e commit df750a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor/_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def __init__(
self._parent_chan: Optional[Channel] = None
self._forkserver_info: Optional[
Tuple[Any, Any, Any, Any, Any]] = None
self._actoruid2nursery: Dict[str, 'ActorNursery'] = {} # type: ignore
self._actoruid2nursery: Dict[str, 'ActorNursery'] = {} # type: ignore # noqa

async def wait_for_peer(
self, uid: Tuple[str, str]
Expand Down

0 comments on commit df750a1

Please sign in to comment.