Skip to content

Commit

Permalink
Ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Aug 8, 2024
1 parent b6f84e4 commit d4313c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/utils/_transformed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def get_facet_mapping(group: dict[str, Any], scope: Scope = ()) -> FacetMapping:
group, facet_data, scope
)
if definition_scope is not None:
facet_mapping[(facet_name, group_scope)] = (
facet_mapping[facet_name, group_scope] = (
facet_data,
definition_scope,
)
Expand Down

0 comments on commit d4313c0

Please sign in to comment.