We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676e1b commit cbfcf61Copy full SHA for cbfcf61
src/pytest_html/__init__.py
@@ -1,5 +1,5 @@
1
try:
2
- from . import __version
+ from . import __version # type: ignore
3
4
__version__ = __version.version
5
except ImportError:
0 commit comments