mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
python: Delete superfluous parens.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e0d3176098
commit
28597365da
@@ -670,7 +670,7 @@ class Command(BaseCommand):
|
||||
|
||||
subscriptions_to_add: List[Subscription] = []
|
||||
event_time = timezone_now()
|
||||
all_subscription_logs: (List[RealmAuditLog]) = []
|
||||
all_subscription_logs: List[RealmAuditLog] = []
|
||||
|
||||
i = 0
|
||||
for profile, recipient in subscriptions_list:
|
||||
|
||||
Reference in New Issue
Block a user