mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
Added missing space between return type
This commit is contained in:
parent
74ff8cd080
commit
61c835c8a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user