Skip to content

Commit

Permalink
chore: Remove now-fixed type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 15, 2024
1 parent f49c9f5 commit a773c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vegalite/v5/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def test_when_then_interactive() -> None:
.encode(
x="IMDB_Rating:Q",
y="Rotten_Tomatoes_Rating:Q",
color=alt.when(predicate).then(alt.value("grey")), # type: ignore[arg-type]
color=alt.when(predicate).then(alt.value("grey")),
)
)
assert chart.interactive()
Expand Down

0 comments on commit a773c97

Please sign in to comment.