Skip to content

Commit 93d8f4a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d20ffa6 commit 93d8f4a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/tests/test_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
ConnectionExecuteError,
1010
TransactionExecuteError,
1111
)
12-
from tests.helpers import count_rows_in_test_table
1312

1413
from tests.helpers import count_rows_in_test_table
1514

python/tests/test_transaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
TransactionExecuteError,
1717
TransactionSavepointError,
1818
)
19-
from tests.helpers import count_rows_in_test_table
2019

2120
from tests.helpers import count_rows_in_test_table
2221

0 commit comments

Comments
 (0)