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 3182c45 commit 78479b2Copy full SHA for 78479b2
plotly/io/__init__.py
@@ -1,7 +1,7 @@
1
# ruff: noqa: F401
2
3
from _plotly_utils.importers import relative_import
4
-from typing import TYPE_CHECKING
+from typing import TYPE_CHECKING
5
6
if TYPE_CHECKING:
7
from ._kaleido import (
0 commit comments