Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFilonov committed Nov 19, 2024
1 parent 3a75cf0 commit 030732b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
get_incident_by_id,
get_last_incidents,
merge_incidents_to_id,
remove_alerts_to_incident_by_incident_id, enrich_incidents_with_alerts,
remove_alerts_to_incident_by_incident_id,
)
from keep.api.core.db_utils import get_json_extract_field
from keep.api.core.dependencies import SINGLE_TENANT_UUID
Expand All @@ -23,7 +23,7 @@
IncidentSeverity,
IncidentStatus,
)
from keep.api.models.db.alert import Alert, AlertToIncident, LastAlertToIncident
from keep.api.models.db.alert import Alert, LastAlertToIncident
from keep.api.utils.enrichment_helpers import convert_db_alerts_to_dto_alerts
from tests.fixtures.client import client, test_app # noqa

Expand Down

0 comments on commit 030732b

Please sign in to comment.