my.hypothesis: better mypy coverage

This commit is contained in:
Dima Gerasimov 2020-09-29 16:58:50 +01:00 committed by karlicoss
parent deefa9fbbc
commit 6199ed7916
3 changed files with 19 additions and 11 deletions

View file

@ -1,6 +1,8 @@
'''
Some backwards compatibility stuff/deprecation helpers
'''
from types import ModuleType
from . import warnings
from .common import LazyLogger
@ -13,7 +15,7 @@ def pre_pip_dal_handler(
e: ModuleNotFoundError,
cfg,
requires=[],
) -> None:
) -> ModuleType:
'''
https://github.com/karlicoss/HPI/issues/79
'''