Skip to content

Commit

Permalink
Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Nov 8, 2023
1 parent dc4194d commit e76dd42
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 @@ -56,7 +56,7 @@ class _Parameter(Protocol):
# It would be better if we could directly use the Parameter class,
# but that would create a circular import.
# The protocol does not need to have all the attributes and methods of this
# class but the actual api.Parameter just needs to pass a type check
# class but the actual api.Parameter just needs to pass a type check
# as a core._Parameter.
_counter: int
Expand Down

0 comments on commit e76dd42

Please sign in to comment.