mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +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
				
			@@ -2,7 +2,7 @@
 | 
			
		||||
from __future__ import absolute_import
 | 
			
		||||
from __future__ import division
 | 
			
		||||
 | 
			
		||||
from typing import Any, Callable, Optional, Sequence, TypeVar, Iterable, Tuple, Text
 | 
			
		||||
from typing import Any, Callable, List, Optional, Sequence, TypeVar, Iterable, Set, Tuple, Text
 | 
			
		||||
from six import binary_type
 | 
			
		||||
import base64
 | 
			
		||||
import errno
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user