We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b289e9 commit aabfa6eCopy full SHA for aabfa6e
packages/python/plotly/plotly/basedatatypes.py
@@ -15,9 +15,9 @@
15
display_string_positions,
16
chomp_empty_strings,
17
find_closest_string,
18
+ convert_to_base64,
19
)
20
from _plotly_utils.exceptions import PlotlyKeyError
-from _plotly_utils.utils import convert_to_base64
21
from .optional_imports import get_module
22
23
from . import shapeannotation
0 commit comments