Skip to content

Commit 55d27cc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c424245 commit 55d27cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_html/basereport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class BaseReport:
2323
def __init__(self, report_path, config, report_data, template, css):
2424
self._generated = datetime.now(tz=timezone.utc)
25-
25+
2626
report_path_expanded = self._expand_path(report_path)
2727
self._report_path = (
2828
Path.cwd() / Path(report_path_expanded).expanduser()

0 commit comments

Comments
 (0)