Skip to content

Commit 3529b88

Browse files
committed
cleanup
1 parent 32e7d04 commit 3529b88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_004_cursor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6824,9 +6824,6 @@ def test_money_smallmoney_invalid_values(cursor, db_connection):
68246824
drop_table_if_exists(cursor, "dbo.money_test")
68256825
db_connection.commit()
68266826

6827-
import uuid
6828-
import pytest
6829-
68306827
def test_uuid_insert_and_select_none(cursor, db_connection):
68316828
"""Test inserting and retrieving None in a nullable UUID column."""
68326829
table_name = "#pytest_uuid_nullable"

0 commit comments

Comments
 (0)