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
|
@ -38,7 +38,7 @@ from six.moves.configparser import SafeConfigParser
|
|||
from six.moves import urllib
|
||||
import logging
|
||||
import six
|
||||
from typing import Any, Callable, Dict, Iterable, IO, Mapping, Optional, Text, Tuple, Union
|
||||
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
|
||||
|
||||
__version__ = "0.2.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue