Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed May 20, 2024
1 parent fa6a2da commit 23724dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyth_observer/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def process_zenduty_events(self, current_time):
to_alert = []

for identifier, info in self.open_alerts.items():
self.check_zd_alert_status(self, identifier, current_time)
self.check_zd_alert_status(identifier, current_time)
# Resolve the alert if raised and failed < 5 times in the last 5m window
if (
info["sent"]
Expand Down

0 comments on commit 23724dd

Please sign in to comment.