Skip to content

Commit f29f554

Browse files
committed
cleanup
1 parent 13050e6 commit f29f554

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_003_connection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,7 +3099,6 @@ def test_execute_with_large_parameters(db_connection):
30993099
- Working with parameters near but under the size limit
31003100
- Processing large result sets
31013101
"""
3102-
import time
31033102

31043103
# Test with a temporary table for large data
31053104
cursor = db_connection.execute("""
@@ -4114,8 +4113,6 @@ def test_timeout_from_constructor(conn_str):
41144113

41154114
def test_timeout_long_query(db_connection):
41164115
"""Test that a query exceeding the timeout raises an exception if supported by driver"""
4117-
import time
4118-
import pytest
41194116

41204117
cursor = db_connection.cursor()
41214118

0 commit comments

Comments
 (0)