mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +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
@@ -2,6 +2,7 @@ from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
from collections import defaultdict
|
||||
from six.moves import range
|
||||
from typing import Dict, List, Set
|
||||
|
||||
from .html_branches import html_branches, HtmlTreeBranch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user