typing: Remove ‘if False’ guard for typing imports.
typing is in the Python 3.5 standard library. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
75d1fe2b41
commit
fe72f3b131
7 changed files with 7 additions and 16 deletions
|
@ -19,8 +19,7 @@ sys.path.insert(0, os.path.dirname(__file__))
|
|||
import zulip_trac_config as config
|
||||
VERSION = "0.9"
|
||||
|
||||
if False:
|
||||
from typing import Any, Dict
|
||||
from typing import Any, Dict
|
||||
|
||||
if config.ZULIP_API_PATH is not None:
|
||||
sys.path.append(config.ZULIP_API_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue