Upgrade mypy to 0.910.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
626359596e
commit
d32d442c44
5 changed files with 12 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
import pkgutil
|
||||
from typing import Iterable
|
||||
from typing import List
|
||||
|
||||
__path__ = pkgutil.extend_path(__path__, __name__) # type: Iterable[str]
|
||||
__path__ = pkgutil.extend_path(__path__, __name__) # type: List[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue