Skip to content

Commit 5f3156e

Browse files
committed
Fix wrong return in docstring
1 parent f07d3b4 commit 5f3156e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

simvue/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,6 @@ def delete_alert(self, alert_id: str) -> None:
546546
----------
547547
alert_id : str
548548
the unique identifier for the alert
549-
550-
Returns
551-
-------
552-
typing.Optional[str]
553-
server response
554549
"""
555550
response = requests.delete(
556551
f"{self._url}/api/alerts/{alert_id}", headers=self._headers

0 commit comments

Comments
 (0)