Skip to content

Commit ce1743c

Browse files
committed
remove unnecessary whitespace for ruff check
1 parent ff4c090 commit ce1743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cocoindex/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def make_engine_value_decoder(
9797
f"It's required for {src_type_kind} type."
9898
)
9999
return lambda value: value
100-
100+
101101
# Handle struct -> dict binding for explicit dict annotations
102102
is_dict_annotation = False
103103
if dst_annotation is dict:

0 commit comments

Comments
 (0)