Skip to content
Snippets Groups Projects
Commit 8540c670 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

mypy: Fix errors with release >= v0.900

parent 4808fc2a
No related branches found
No related tags found
No related merge requests found
Click
click
pytest
pytz
types-python-dateutil
types-pytz
from pkgutil import extend_path
from typing import Iterable
from typing import List
__path__ = extend_path(__path__, __name__) # type: Iterable[str]
__path__: List[str] = extend_path(__path__, __name__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment