mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	pep8: Fix E701 violations.
This commit is contained in:
		| @@ -1,7 +1,8 @@ | ||||
| import time | ||||
|  | ||||
| # Avoid requiring the typing module to be installed | ||||
| if False: from typing import Tuple | ||||
| if False: | ||||
|     from typing import Tuple | ||||
|  | ||||
| def nagios_from_file(results_file): | ||||
|     # type: (str) -> Tuple[int, str] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user