Skip to content

Commit 68d7180

Browse files
committed
🧹 formatting
1 parent 374d59f commit 68d7180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/python/plotly/_plotly_utils/basevalidators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,6 @@ def validate_coerce(self, v, skip_invalid=False, _validate=True):
26612661
v_el = dict(type="histogram2dcontour", **v_el._props)
26622662
else:
26632663
v_el = v_el._props
2664-
26652664

26662665
if isinstance(v_el, dict):
26672666
type_in_v_el = "type" in v_el

0 commit comments

Comments
 (0)