mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
rewrite comment annotations with syntax
This commit is contained in:
parent
b0fffabed0
commit
71b5cd9e0d
@ -137,8 +137,7 @@ class Invite(GridTestMixin, CLITestMixin, unittest.TestCase):
|
|||||||
intro_dir,
|
intro_dir,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def _invite_success(self, extra_args=(), tahoe_config=None):
|
async def _invite_success(self, extra_args: Sequence[bytes] = (), tahoe_config: Optional[byte] = None) -> str:
|
||||||
# type: (Sequence[bytes], Optional[bytes]) -> defer.Deferred
|
|
||||||
"""
|
"""
|
||||||
Exercise an expected-success case of ``tahoe invite``.
|
Exercise an expected-success case of ``tahoe invite``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user