Skip to content

Commit 605ac4f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python/plotly/_plotly_utils/basevalidators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,6 +2649,7 @@ def validate_coerce(self, v, skip_invalid=False, _validate=True):
26492649
# Import Histogram2dcontour, this is the deprecated name of the
26502650
# Histogram2dContour trace.
26512651
from plotly.graph_objs import Histogram2dcontour
2652+
26522653
if v is None:
26532654
v = []
26542655
else:

0 commit comments

Comments
 (0)