mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	ruff: Collapse short multi-line import statements.
isort did this by default, though it’s unclear whether that was intended; see https://github.com/astral-sh/ruff/issues/4153. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							c419c6369e
						
					
				
				
					commit
					733083c65d
				
			@@ -8,9 +8,7 @@ from django.conf import settings
 | 
			
		||||
from django.utils.translation import gettext as _
 | 
			
		||||
 | 
			
		||||
from version import API_FEATURE_LEVEL, ZULIP_MERGE_BASE, ZULIP_VERSION
 | 
			
		||||
from zerver.actions.default_streams import (
 | 
			
		||||
    default_stream_groups_to_dicts_sorted,
 | 
			
		||||
)
 | 
			
		||||
from zerver.actions.default_streams import default_stream_groups_to_dicts_sorted
 | 
			
		||||
from zerver.actions.users import get_owned_bot_dicts
 | 
			
		||||
from zerver.lib import emoji
 | 
			
		||||
from zerver.lib.alert_words import user_alert_words
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user