Skip to content

Commit 06d303d

Browse files
committed
import validate in graph_objects
1 parent 20ea375 commit 06d303d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/python/plotly/plotly/graph_objects/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
],
259259
)
260260

261+
from .._validate import validate
261262

262263
if sys.version_info < (3, 7):
263264
try:

0 commit comments

Comments
 (0)