arcticaurora commited on
Commit
5f23750
·
verified ·
1 Parent(s): 3a9dbf2

Update tools/notifications.py

Browse files
Files changed (1) hide show
  1. tools/notifications.py +1 -1
tools/notifications.py CHANGED
@@ -15,7 +15,7 @@ def send_notification(
15
  click_url: Optional[str] = None,
16
  attach_url: Optional[str] = None,
17
  delay: Optional[str] = None
18
- ) -> str:
19
  """Send notification via ntfy.sh.
20
 
21
  Args:
 
15
  click_url: Optional[str] = None,
16
  attach_url: Optional[str] = None,
17
  delay: Optional[str] = None
18
+ ):
19
  """Send notification via ntfy.sh.
20
 
21
  Args: