Skip to content

Commit

Permalink
At what point does the linter stop trolling me?
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Poirier committed Dec 18, 2019
1 parent ef47e67 commit 0651675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors/sqs_service_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
for msg in msgs:
if msg:
payload = {"queue": queue, "body": json.loads(msg.body)}
self._sensor_service.dispatch(trigger="aws.sqs_new_message",
self._sensor_service.dispatch(trigger="aws.sqs_new_message",
payload=payload)
msg.delete()

Expand Down

0 comments on commit 0651675

Please sign in to comment.