Skip to content

Commit 61801b8

Browse files
committed
Don't call empty abstract super()
1 parent 7707aef commit 61801b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dfetch/reporting/check/reporter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def __init__(self, manifest_path: str) -> None:
136136
Args:
137137
manifest_path (str): The path to the manifest.
138138
"""
139-
super().__init__(manifest_path=manifest_path)
140139
self._manifest_path = manifest_path
141140
with open(self._manifest_path, "r", encoding="utf-8") as manifest:
142141
self._manifest_buffer = io.StringIO(manifest.read())

0 commit comments

Comments
 (0)