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
|
@ -4,8 +4,7 @@ import os
|
|||
import sys
|
||||
import glob
|
||||
import subprocess
|
||||
if False:
|
||||
from typing import Any, Dict, Optional
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
ZULIP_BOTS_VERSION = "0.6.4"
|
||||
IS_PYPA_PACKAGE = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue