Skip to content

Commit 2b660c2

Browse files
committed
fix
1 parent d22aa07 commit 2b660c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQLdb/converters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def quote_tuple(t, d):
105105
DateTimeDeltaType: DateTimeDelta2literal,
106106
str: Thing2Literal, # default
107107
set: Set2Str,
108-
Decimal = Decimal2Literal
108+
Decimal: Decimal2Literal,
109109

110110
FIELD_TYPE.TINY: int,
111111
FIELD_TYPE.SHORT: int,

0 commit comments

Comments
 (0)