mypy: Added Dict, List and Set imports.
Fixed mypy errors associated with the upgrade.
This commit is contained in:
parent
94871fea76
commit
58f5e729b6
9 changed files with 9 additions and 7 deletions
|
@ -43,7 +43,7 @@ import zulip_trac_config as config
|
|||
VERSION = "0.9"
|
||||
|
||||
if False:
|
||||
from typing import Any
|
||||
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