Skip to content

Commit 2252273

Browse files
committed
lint fix"
1 parent 84cb1c8 commit 2252273

File tree

1 file changed

+1
-1
lines changed
  • _delphi_utils_python/delphi_utils/validator

1 file changed

+1
-1
lines changed

_delphi_utils_python/delphi_utils/validator/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ValidationReport:
88
"""Class for reporting the results of validation."""
99

10-
def __init__(self, errors_to_suppress: List[ValidationFailure], log_filename=None):
10+
def __init__(self, errors_to_suppress: List[ValidationFailure]):
1111
"""Initialize a ValidationReport.
1212
1313
Parameters

0 commit comments

Comments
 (0)