Skip to content

Commit e9a69e2

Browse files
Tweak formatting
1 parent e0d1149 commit e9a69e2

File tree

1 file changed

+5
-5
lines changed
  • sir_complainsalot/delphi_sir_complainsalot

1 file changed

+5
-5
lines changed

sir_complainsalot/delphi_sir_complainsalot/run.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ def run_module():
3535
if len(complaints) > 0:
3636
for complaint in complaints:
3737
logger.critical(event="signal out of SLA",
38-
message=complaint.message,
39-
data_source=complaint.data_source,
40-
signal=complaint.signal,
41-
geo_types=complaint.geo_types,
42-
last_updated=complaint.last_updated.strftime("%Y-%m-%d"))
38+
message=complaint.message,
39+
data_source=complaint.data_source,
40+
signal=complaint.signal,
41+
geo_types=complaint.geo_types,
42+
last_updated=complaint.last_updated.strftime("%Y-%m-%d"))
4343

4444
report_complaints(complaints, params)
4545

0 commit comments

Comments
 (0)