Skip to content

Commit 7bbd515

Browse files
committed
Fix lint
1 parent 91d6dec commit 7bbd515

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/dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def replace_first_six(df):
193193
error_df = grouped_df.apply(replace_first_six)
194194

195195
if not error_df.empty:
196-
error_df = error_df[error_df.time_value >=
196+
error_df = error_df[error_df.time_value >=
197197
self.params.time_window.start_date]
198198
for index, value in error_df.iteritems():
199199
report.add_raised_error(

0 commit comments

Comments
 (0)