Skip to content

Commit e4bb8f1

Browse files
committed
fix typo
1 parent 6267ca9 commit e4bb8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb_sqlalchemy/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def get_bind_types(
303303
"""
304304
This method extracts information about bound variables from the table definition and parameters.
305305
"""
306-
if isinstance(post_compile_parameters, collections.Mapping):
306+
if isinstance(post_compile_parameters, Mapping):
307307
post_compile_parameters = [post_compile_parameters]
308308

309309
parameters_values = collections.defaultdict(list)

0 commit comments

Comments
 (0)