Skip to content

Commit 849263c

Browse files
committed
Formatting fix
1 parent 8091221 commit 849263c

File tree

1 file changed

+1
-1
lines changed
  • sir_complainsalot/delphi_sir_complainsalot

1 file changed

+1
-1
lines changed

sir_complainsalot/delphi_sir_complainsalot/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run_module():
2222

2323
complaints = []
2424
for data_source in params["sources"].keys():
25-
complaints.extend(check_source(data_source, meta, params["sources"], params.get("grace",0)))
25+
complaints.extend(check_source(data_source, meta, params["sources"], params.get("grace", 0)))
2626

2727
if len(complaints) > 0:
2828
for complaint in complaints:

0 commit comments

Comments
 (0)