Replace typing.Text with str.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
							parent
							
								
									189cf48573
								
							
						
					
					
						commit
						626359596e
					
				
					 4 changed files with 12 additions and 12 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| import pkgutil | ||||
| from typing import Iterable, Text | ||||
| from typing import Iterable | ||||
| 
 | ||||
| __path__ = pkgutil.extend_path(__path__, __name__)  # type: Iterable[Text] | ||||
| __path__ = pkgutil.extend_path(__path__, __name__)  # type: Iterable[str] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anders Kaseorg
						Anders Kaseorg