Skip to content

Commit

Permalink
Remove unused type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Jan 4, 2024
1 parent ed726ad commit 9cd8ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def param(
name=parameter.name,
bind=bind,
value=value,
expr=expr, # type: ignore[arg-type]
expr=expr,
**kwds,
)
parameter.param_type = "variable"
Expand Down

0 comments on commit 9cd8ed1

Please sign in to comment.