From 0e71f52e86c02c17ce31860c36bfec8d10dc2141 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 29 Feb 2024 18:06:34 -0800 Subject: [PATCH] ruff: Fix E203 Whitespace before ',' This is a preview rule, not yet enabled by default. Signed-off-by: Anders Kaseorg --- zerver/tests/test_push_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/tests/test_push_notifications.py b/zerver/tests/test_push_notifications.py index c72b247ed0..0c643c5cfd 100644 --- a/zerver/tests/test_push_notifications.py +++ b/zerver/tests/test_push_notifications.py @@ -2987,7 +2987,7 @@ class HandlePushNotificationTest(PushNotificationTest): ) self.assertIn( "INFO:zerver.lib.push_notifications:Deleting push tokens based on response from bouncer: " - f"Android: [], Apple: {sorted([token for _, _ , token in apns_devices])}", + f"Android: [], Apple: {sorted([token for _, _, token in apns_devices])}", pn_logger.output, ) self.assertEqual(