We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03defc0 commit b7d21f4Copy full SHA for b7d21f4
services/graylog/scripts/clean_system_notifications.py
@@ -1,9 +1,3 @@
1
-import json
2
-import warnings
3
-from typing import Optional
4
-
5
-import requests
6
7
#!/usr/bin/env -S uv --quiet run --script
8
# /// script
9
# requires-python = ">=3.13"
@@ -12,6 +6,11 @@
12
# "requests",
13
# ]
14
# ///
+import json
10
+import warnings
11
+from typing import Optional
+
+import requests
15
import typer
16
from requests.auth import HTTPBasicAuth
17
0 commit comments