Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 191a548

Browse files
authoredApr 10, 2021
Fix typo
1 parent 73647ee commit 191a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/python/plotly/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def update_package_data(distribution):
9494

9595
# JS assets will not be present if we are skip npm build
9696
if not skip_npm:
97-
distribution.data_files.extends(
97+
distribution.data_files.extend(
9898
[
9999
(
100100
"share/jupyter/labextensions/plotlywidget",

0 commit comments

Comments
 (0)
Please sign in to comment.