Skip to content

Commit 0302dc2

Browse files
pre-commit-ci[bot]BeyondEvil
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent efcc888 commit 0302dc2

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
@@ -8,7 +8,8 @@
88

99
from . import extras # noqa: F401
1010
from .html_report import HTMLReport
11-
from .nextgen import NextGenReport, NextGenSelfContainedReport
11+
from .nextgen import NextGenReport
12+
from .nextgen import NextGenSelfContainedReport
1213

1314

1415
def pytest_addhooks(pluginmanager):

0 commit comments

Comments
 (0)