Skip to content

Commit 3dc764e

Browse files
authored
Update packages/python/plotly/_plotly_utils/basevalidators.py
1 parent 68d7180 commit 3dc764e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/python/plotly/_plotly_utils/basevalidators.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,6 +2646,9 @@ def get_trace_class(self, trace_name):
26462646
def validate_coerce(self, v, skip_invalid=False, _validate=True):
26472647
from plotly.basedatatypes import BaseTraceType
26482648

2649+
# Import Histogram2dcontour, this is the deprecated name of the
2650+
# Histogram2dContour trace.
2651+
from plotly.graph_objs import Histogram2dcontour
26492652
if v is None:
26502653
v = []
26512654
else:

0 commit comments

Comments
 (0)