Skip to content

Commit 376b41e

Browse files
committed
add commit to trigger github actions
1 parent 8e01afe commit 376b41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/sql/sqltypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def process_bind_param(self, value: Any, dialect: Any) -> JSONValue: # noqa: AN
7474
for k, v in value.items()
7575
}
7676

77-
# We know to_jsonable_python returns a JSON-serializable value, but mypy sees it as Any
77+
# We know to_jsonable_python returns a JSON-serializable value, but mypy sees it as an Any type
7878
return to_jsonable_python(value) # type: ignore[no-any-return]
7979

8080
def process_result_value(

0 commit comments

Comments
 (0)