Skip to content

Commit aeab7d3

Browse files
committed
Remove white space to fix pre-commit failure
1 parent 0a48029 commit aeab7d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

monitoring/db_update_sqlite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ def refresh_gridsitesync_submithost():
501501

502502
if pd.isna(record_start):
503503
record_start = None
504-
504+
505505
if pd.isna(record_end):
506-
record_end = None
506+
record_end = None
507507

508508
# Sanitize numeric fields
509509
record_count_published = record.get("RecordCountPublished")

0 commit comments

Comments
 (0)