Skip to content

Commit a4711b4

Browse files
authored
fix error message typo (#112)
1 parent 26db19b commit a4711b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/questdb/ingress.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ cdef class Buffer:
10511051
'float',
10521052
'str',
10531053
'TimestampMicros',
1054-
'datetime.datetime'
1054+
'datetime.datetime',
10551055
'numpy.ndarray'))
10561056
raise TypeError(
10571057
f'Unsupported type: {_fqn(type(value))}. Must be one of: {valid}')

0 commit comments

Comments
 (0)