mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	When using the Python 3 typing style, Python scripts can't import from typing inside an `if False` (in contrast, one needs to import inside an `if False` to support the Python 3 syntax without needing python-typing installed). So this was just incorrectly half-converted from the Python 2 style to the Python 3 style.