python: Tweak some magic trailing commas to avoid Black bugs.

https://github.com/psf/black/issues/1658
https://github.com/psf/black/issues/1671

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-02 20:49:50 -07:00
committed by Tim Abbott
parent f91d287447
commit 3b301f522b
8 changed files with 11 additions and 11 deletions

View File

@@ -157,7 +157,7 @@ def get_status_dict_by_realm(realm_id: int, slim_presence: bool = False) -> Dict
presence_rows = list(query)
mobile_query = PushDeviceToken.objects.distinct(
'user_id',
'user_id'
).values_list(
'user_id',
flat=True,