Skip to content

Commit 2549299

Browse files
committed
format
1 parent a2b4f3c commit 2549299

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

plotly/io/__init__.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
from typing import TYPE_CHECKING
44

55
if sys.version_info < (3, 7) or TYPE_CHECKING:
6-
from ._kaleido import to_image, write_image, to_images, write_images, full_figure_for_development
6+
from ._kaleido import (
7+
to_image,
8+
write_image,
9+
to_images,
10+
write_images,
11+
full_figure_for_development,
12+
)
713
from . import orca, kaleido
814
from . import json
915
from ._json import to_json, from_json, read_json, write_json

0 commit comments

Comments
 (0)