Skip to content

Commit

Permalink
Remove unused imports from test_source_systems.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit authored Dec 6, 2024
1 parent 72402c5 commit 8200ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/incident/test_source_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from rest_framework.test import APIClient, APITestCase

from argus.auth.factories import AdminUserFactory
from argus.incident.factories import SourceSystemFactory, SourceSystemTypeFactory, SourceUserFactory
from argus.incident.factories import SourceSystemTypeFactory
from argus.incident.models import SourceSystem


Expand Down

0 comments on commit 8200ca3

Please sign in to comment.