We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7707aef commit 61801b8Copy full SHA for 61801b8
dfetch/reporting/check/reporter.py
@@ -136,7 +136,6 @@ def __init__(self, manifest_path: str) -> None:
136
Args:
137
manifest_path (str): The path to the manifest.
138
"""
139
- super().__init__(manifest_path=manifest_path)
140
self._manifest_path = manifest_path
141
with open(self._manifest_path, "r", encoding="utf-8") as manifest:
142
self._manifest_buffer = io.StringIO(manifest.read())
0 commit comments