We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cb1c8 commit 2252273Copy full SHA for 2252273
_delphi_utils_python/delphi_utils/validator/report.py
@@ -7,7 +7,7 @@
7
class ValidationReport:
8
"""Class for reporting the results of validation."""
9
10
- def __init__(self, errors_to_suppress: List[ValidationFailure], log_filename=None):
+ def __init__(self, errors_to_suppress: List[ValidationFailure]):
11
"""Initialize a ValidationReport.
12
13
Parameters
0 commit comments