Skip to content
Snippets Groups Projects
Verified Commit 20f4d6d9 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Make latest mypy release happy

parent 9c8e6f28
No related branches found
No related tags found
No related merge requests found
from pkgutil import extend_path
from typing import Iterable
from typing import List
__path__: Iterable[str] = extend_path(__path__, __name__)
__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