Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
susilnem committed Feb 12, 2024
1 parent c3915e9 commit d183164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notifications/management/commands/update_alert_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Command(BaseCommand):
If the alert status is marked as stood_down, then the status is Stood Down.
If the closing timestamp (closes) is earlier than the current date, the status is displayed as Closed. Otherwise, it is displayed as Open.
'''

help = 'Update alert status'

def handle(self, *args, **options):
Expand Down

0 comments on commit d183164

Please sign in to comment.