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
|
@ -10,8 +10,7 @@ import hashlib
|
|||
import zephyr
|
||||
import zulip
|
||||
|
||||
if False:
|
||||
from typing import Any, Dict, List, Set, Tuple
|
||||
from typing import Any, Dict, List, Set, Tuple
|
||||
|
||||
parser = optparse.OptionParser()
|
||||
parser.add_option('--verbose',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue