Skip to content

Commit d183164

Browse files
committed
minor changes
1 parent c3915e9 commit d183164

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notifications/management/commands/update_alert_status.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Command(BaseCommand):
1313
If the alert status is marked as stood_down, then the status is Stood Down.
1414
If the closing timestamp (closes) is earlier than the current date, the status is displayed as Closed. Otherwise, it is displayed as Open.
1515
'''
16-
1716
help = 'Update alert status'
1817

1918
def handle(self, *args, **options):

0 commit comments

Comments
 (0)