Skip to content

Commit e557cb7

Browse files
committed
Fixed ruff warning
1 parent 3307565 commit e557cb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/app/business/alerts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ def alerts_get_related(user, alert, open_alerts, closed_alerts, open_cases, clos
297297
return _build_related_alerts_graph(alerts_dict, open_cases, closed_cases, alert.alert_customer_id, in_dark_mode)
298298

299299

300-
301300
def alerts_exists(user, permissions, identifier) -> bool:
302301
alert = _get(user, permissions, identifier)
303302

0 commit comments

Comments
 (0)