Skip to content

Commit aabfa6e

Browse files
committed
Consolidate import statemenets
1 parent 4b289e9 commit aabfa6e

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
@@ -15,9 +15,9 @@
1515
display_string_positions,
1616
chomp_empty_strings,
1717
find_closest_string,
18+
convert_to_base64,
1819
)
1920
from _plotly_utils.exceptions import PlotlyKeyError
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)