Skip to content

Commit 55a7080

Browse files
committed
fix: remove commented-out line
1 parent ee4d885 commit 55a7080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/basedatatypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ class is a subclass of both BaseFigure and widgets.DOMWidget.
473473
DataValidator = ValidatorCache.get_validator("", "data")
474474
FramesValidator = ValidatorCache.get_validator("", "frames")
475475
LayoutValidator = ValidatorCache.get_validator("", "layout")
476-
# from .validators import DataValidator, LayoutValidator, FramesValidator
477476

478477
super(BaseFigure, self).__init__()
479478

0 commit comments

Comments
 (0)