Skip to content

Commit

Permalink
chore(ruff): Add assignment ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 6, 2024
1 parent 6d1ac8a commit bc3bd25
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 @@ -651,7 +651,7 @@ def test_when_typing(cars) -> None:
.otherwise(alt.value("white"))
)
source = cars
chart = (
chart = ( # noqa: F841
alt.Chart(source)
.mark_rect()
.encode(
Expand Down

0 comments on commit bc3bd25

Please sign in to comment.