Skip to content

Commit 641005f

Browse files
committed
Add plotly.graph_objects alias
1 parent c4189cd commit 641005f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from __future__ import absolute_import
2+
from plotly.graph_objs import *

packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import
22

3-
import plotly.graph_objs as go
3+
import plotly.graph_objects as go
44
from plotly.tests.utils import TestCaseNoTemplate
55

66

0 commit comments

Comments
 (0)