Skip to content

Commit

Permalink
chore: Try to reset merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 22, 2024
1 parent edd34fd commit 7656ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_schema_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def generate_vegalite_channel_wrappers(
channel_info.value_class_name = temp_name
gen = ValueSchemaGenerator(temp_name, nodefault=["value"], **kwds)

class_defs.append(gen.schema_class())
class_defs.append(gen.schema_class()) # pyright: ignore

channel_infos[prop] = channel_info

Expand Down

0 comments on commit 7656ab9

Please sign in to comment.