mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	ruff: Fix E203 Whitespace before ','
This is a preview rule, not yet enabled by default. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							869d9d9a79
						
					
				
				
					commit
					0e71f52e86
				
			@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user