mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	mypy: Added Dict, List and Set imports.
Fixed mypy errors associated with the upgrade.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							1453a5bfda
						
					
				
				
					commit
					a3a03bd6a5
				
			@@ -13,7 +13,7 @@ from itertools import permutations, chain
 | 
			
		||||
import ujson
 | 
			
		||||
 | 
			
		||||
from six.moves import range, zip
 | 
			
		||||
from typing import Text
 | 
			
		||||
from typing import Dict, List, Text
 | 
			
		||||
 | 
			
		||||
# the corresponding code point will be set to exactly these names as a
 | 
			
		||||
# final pass, overriding any other rules.  This is useful for cases
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user