@cryptotaxi247 / CoPilot / commits / 1e6f585e

refactor: remove unused Optional import from incident_alert.py (#552)

taylor_socfortress committed Dec 4, 2025 at 09:05 UTC 1e6f585eb1b84c3488fddecbb91a53438a1d426f
1 file changed -1
backend/app/incidents/routes/incident_alert.py
-1
@@ -1,5 +1,4 @@
1 import os
2 -from typing import Optional
2
3 from fastapi import APIRouter
4 from fastapi import Depends