Finish purging 'fromt typing import *' from Zulip codebase.
This commit is contained in:
		
							parent
							
								
									2634792cdc
								
							
						
					
					
						commit
						2b386921f0
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -37,7 +37,7 @@ | ||||||
| #               | other sender|  x  |    |        | | #               | other sender|  x  |    |        | | ||||||
| # public mode   +-------------+-----+----+--------+---- | # public mode   +-------------+-----+----+--------+---- | ||||||
| #               | self sender |     |    |        | | #               | self sender |     |    |        | | ||||||
| from typing import * | from typing import Set | ||||||
| 
 | 
 | ||||||
| import logging | import logging | ||||||
| import threading | import threading | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| from __future__ import print_function | from __future__ import print_function | ||||||
| from typing import * | from typing import Any, Dict, List | ||||||
| # This is hacky code to analyze data on our support stream.  The main | # This is hacky code to analyze data on our support stream.  The main | ||||||
| # reusable bits are get_recent_messages and get_words. | # reusable bits are get_recent_messages and get_words. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -21,7 +21,7 @@ | ||||||
| # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||||
| # SOFTWARE. | # SOFTWARE. | ||||||
| from __future__ import absolute_import | from __future__ import absolute_import | ||||||
| from typing import * | from typing import Any, List | ||||||
| 
 | 
 | ||||||
| import sys | import sys | ||||||
| from six.moves import map | from six.moves import map | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -2,7 +2,7 @@ | ||||||
| # -*- coding: utf-8 -*- | # -*- coding: utf-8 -*- | ||||||
| 
 | 
 | ||||||
| from __future__ import print_function | from __future__ import print_function | ||||||
| from typing import * | from typing import Any, Generator, List, Tuple | ||||||
| 
 | 
 | ||||||
| import os | import os | ||||||
| import sys | import sys | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Abbott
						Tim Abbott