Skip to content

Commit 5fc655e

Browse files
committed
Linter
1 parent 61b59ce commit 5fc655e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test_app/tests/lib/utils/test_db.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
from django.db import connection
66
from django.db.utils import OperationalError
77

8-
from ansible_base.lib.utils.db import advisory_lock, migrations_are_complete, transaction
9-
from django.db import connection
8+
from ansible_base.lib.utils.db import advisory_lock, migrations_are_complete
109

1110

1211
@pytest.mark.django_db

0 commit comments

Comments
 (0)