Skip to content

Commit 9f23c75

Browse files
Remove some type:ignore
1 parent f1426c4 commit 9f23c75

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pytest_html/hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This Source Code Form is subject to the terms of the Mozilla Public
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4-
# type: ignore
54

65

76
def pytest_html_report_title(report):

src/pytest_html/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This Source Code Form is subject to the terms of the Mozilla Public
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4-
# type: ignore
54
import os
65
import warnings
76
from pathlib import Path

0 commit comments

Comments
 (0)