We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4d885 commit 55a7080Copy full SHA for 55a7080
plotly/basedatatypes.py
@@ -473,7 +473,6 @@ class is a subclass of both BaseFigure and widgets.DOMWidget.
473
DataValidator = ValidatorCache.get_validator("", "data")
474
FramesValidator = ValidatorCache.get_validator("", "frames")
475
LayoutValidator = ValidatorCache.get_validator("", "layout")
476
- # from .validators import DataValidator, LayoutValidator, FramesValidator
477
478
super(BaseFigure, self).__init__()
479
0 commit comments