mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
mypy: Added Dict, List and Set imports.
Fixed mypy errors associated with the upgrade.
This commit is contained in:
committed by
Tim Abbott
parent
1453a5bfda
commit
a3a03bd6a5
@@ -1,4 +1,4 @@
|
||||
from typing import Optional, Any, Text
|
||||
from typing import Optional, Any, Dict, List, Text
|
||||
|
||||
SUBJECT_WITH_BRANCH_TEMPLATE = u'{repo} / {branch}'
|
||||
SUBJECT_WITH_PR_OR_ISSUE_INFO_TEMPLATE = u'{repo} / {type} #{id} {title}'
|
||||
|
||||
Reference in New Issue
Block a user