Skip to content

Commit

Permalink
Silence multiline linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic-shafer authored Feb 28, 2024
1 parent 6c5257e commit bb59c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nslsii_kafka/consumer/prefect_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run_flow_on_stop_document(doc_name, doc):
print(f"run deployment {args.deployment_name}")
run_deployment(
name=args.deployment_name,
parameters={"stop_doc": doc}
parameters={"stop_doc": doc},
)
else:
print(doc_name)
Expand Down

0 comments on commit bb59c16

Please sign in to comment.