Skip to content

Commit 4b289e9

Browse files
committed
Fix import path
1 parent fb036c7 commit 4b289e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/basedatatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
find_closest_string,
1818
)
1919
from _plotly_utils.exceptions import PlotlyKeyError
20-
from packages.python.plotly.plotly.io._utils import convert_to_base64
20+
from _plotly_utils.utils import convert_to_base64
2121
from .optional_imports import get_module
2222

2323
from . import shapeannotation

0 commit comments

Comments
 (0)