mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
python: Reformat with Black, except quotes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5028c081cb
commit
11741543da
@@ -12,9 +12,7 @@ class Command(ZulipBaseCommand):
|
||||
def add_arguments(self, parser: ArgumentParser) -> None:
|
||||
self.add_realm_args(parser, True)
|
||||
|
||||
parser.add_argument(
|
||||
'-s', '--streams',
|
||||
help='A comma-separated list of stream names.')
|
||||
parser.add_argument('-s', '--streams', help='A comma-separated list of stream names.')
|
||||
|
||||
parser.add_argument(
|
||||
'--referred-by',
|
||||
|
||||
Reference in New Issue
Block a user