From 61c835c8a05c15b7eabe29b453633b7c4da022e8 Mon Sep 17 00:00:00 2001 From: dlee Date: Mon, 13 Mar 2023 11:17:01 -0500 Subject: [PATCH] Added missing space between return type --- src/allmydata/test/cli/wormholetesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/cli/wormholetesting.py b/src/allmydata/test/cli/wormholetesting.py index d4e53a342..be94a7981 100644 --- a/src/allmydata/test/cli/wormholetesting.py +++ b/src/allmydata/test/cli/wormholetesting.py @@ -76,7 +76,7 @@ class MemoryWormholeServer(object): stderr: TextIO=stderr, _eventual_queue: Optional[Any]=None, _enable_dilate: bool=False, - )-> _MemoryWormhole: + ) -> _MemoryWormhole: """ Create a wormhole. It will be able to connect to other wormholes created by this instance (and constrained by the normal appid/relay_url