We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b59ce commit 5fc655eCopy full SHA for 5fc655e
test_app/tests/lib/utils/test_db.py
@@ -5,8 +5,7 @@
5
from django.db import connection
6
from django.db.utils import OperationalError
7
8
-from ansible_base.lib.utils.db import advisory_lock, migrations_are_complete, transaction
9
-from django.db import connection
+from ansible_base.lib.utils.db import advisory_lock, migrations_are_complete
10
11
12
@pytest.mark.django_db
0 commit comments