Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Apr 10, 2021
1 parent 73647ee commit 191a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python/plotly/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def update_package_data(distribution):

# JS assets will not be present if we are skip npm build
if not skip_npm:
distribution.data_files.extends(
distribution.data_files.extend(
[
(
"share/jupyter/labextensions/plotlywidget",
Expand Down

0 comments on commit 191a548

Please sign in to comment.