mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
python: Clean up various if False blocks.
Most of these are now-unnecessary typing imports; some are just improved comments for those with other mypy motivations.
This commit is contained in:
@@ -17,8 +17,7 @@ from zerver.lib.topic import get_topic_from_message_info
|
||||
|
||||
import configparser
|
||||
|
||||
if False:
|
||||
from mypy_extensions import NoReturn
|
||||
from mypy_extensions import NoReturn
|
||||
from typing import Any, Optional, List, Dict
|
||||
from types import ModuleType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user