Skip to content

Commit e3bca25

Browse files
committed
Update old PR
1 parent 0307238 commit e3bca25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_database.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from __future__ import with_statement
1+
22

33
import pytest
4+
from django.db import connection
45
from django.db import connection, transaction, DatabaseError
56
from django.test.testcases import connections_support_transactions
67

0 commit comments

Comments
 (0)