python: Delete superfluous parens.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-09-12 12:10:57 -07:00
committed by Anders Kaseorg
parent e0d3176098
commit 28597365da
24 changed files with 56 additions and 64 deletions

View File

@@ -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: