Skip to content

Commit 0bbbc4d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8b3b467 commit 0bbbc4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pytest_html/plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
from . import extras # noqa: F401
99
from .html_report import HTMLReport
10-
from .nextgen import NextGenReport, NextGenSelfContainedReport
10+
from .nextgen import NextGenReport
11+
from .nextgen import NextGenSelfContainedReport
1112

1213

1314
def pytest_addhooks(pluginmanager):

0 commit comments

Comments
 (0)