mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							f91d287447
						
					
				
				
					commit
					3b301f522b
				
			@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user