Update analysis.py
Browse files- analysis.py +1 -1
analysis.py
CHANGED
@@ -13,7 +13,7 @@ from datetime import datetime
|
|
13 |
import asyncio
|
14 |
import json
|
15 |
import re
|
16 |
-
|
17 |
class NotificationType(str, Enum):
|
18 |
RISK_ALERT = "risk_alert"
|
19 |
SYSTEM = "system"
|
|
|
13 |
import asyncio
|
14 |
import json
|
15 |
import re
|
16 |
+
import os
|
17 |
class NotificationType(str, Enum):
|
18 |
RISK_ALERT = "risk_alert"
|
19 |
SYSTEM = "system"
|