mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	dev_settings: Fix linter error in recent mypy work.
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
# sample prod_settings.py file, with a few exceptions.
 | 
			
		||||
from .prod_settings_template import *
 | 
			
		||||
import os
 | 
			
		||||
from typing import Set 
 | 
			
		||||
from typing import Set
 | 
			
		||||
 | 
			
		||||
LOCAL_UPLOADS_DIR = 'var/uploads'
 | 
			
		||||
# Default to subdomains disabled in development until we can update
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user