Skip to content

Commit 519fc62

Browse files
committed
Comment added back
1 parent 3766a73 commit 519fc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql_python/cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def _map_sql_type(self, param, parameters_list, i, min_val=None, max_val=None):
362362
0,
363363
False,
364364
)
365-
365+
366366
try:
367367
val = uuid.UUID(param)
368368
parameters_list[i] = val.bytes_le

0 commit comments

Comments
 (0)