Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jun 10, 2023
1 parent 16250fd commit 8ab1dce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions altair/utils/_transformed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ def transformed_data(chart, row_limit=None, exclude=None):

# Build mapping from mark names to vega datasets
facet_mapping = get_facet_mapping(vega_spec)
dataset_mapping = get_datasets_for_view_names(
vega_spec, chart_names, facet_mapping
)
dataset_mapping = get_datasets_for_view_names(vega_spec, chart_names, facet_mapping)

# Build a list of vega dataset names that corresponds to the order
# of the chart components
Expand Down

0 comments on commit 8ab1dce

Please sign in to comment.