mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	pythonrc: Clean up type ignores.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
try:
 | 
			
		||||
    from django.conf import settings
 | 
			
		||||
    from zerver.models import *
 | 
			
		||||
    from zerver.lib.actions import *  # type: ignore # Otherwise have duplicate imports with previous line
 | 
			
		||||
    from zerver.lib.actions import *
 | 
			
		||||
    from analytics.models import *
 | 
			
		||||
except Exception:
 | 
			
		||||
    import traceback
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user