Skip to content

Commit e5520a7

Browse files
committed
rm unused import and fix typo
1 parent 519cc68 commit e5520a7

File tree

1 file changed

+1
-2
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-2
lines changed

packages/python/plotly/plotly/express/_core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import math
1111

1212
import narwhals.stable.v1 as nw
13-
from narwhals.utils import generate_unique_token
1413

1514
from plotly._subplots import (
1615
make_subplots,
@@ -1429,7 +1428,7 @@ def build_dataframe(args, constructor):
14291428

14301429
# Flag that indicates if data_frame requires to be converted to arrow via the
14311430
# dataframe interchange protocol.
1432-
# True if Ibis, DuckDB, Vaex or implementes __dataframe__
1431+
# True if Ibis, DuckDB, Vaex or implements __dataframe__
14331432
needs_interchanging = False
14341433

14351434
# If data_frame is provided, we parse it into a narwhals DataFrame, while accounting

0 commit comments

Comments
 (0)