mypy: zulip_botserver: Fix errors in tests/__init__.py.
This commit is contained in:
parent
fd519252d6
commit
81205ea813
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
import pkgutil
|
||||
__path__ = pkgutil.extend_path(__path__, __name__)
|
||||
from typing import Iterable, Text
|
||||
|
||||
__path__ = pkgutil.extend_path(__path__, __name__) # type: Iterable[Text]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue