diff --git a/plotly/basedatatypes.py b/plotly/basedatatypes.py index ec4038b7fa..15903edb50 100644 --- a/plotly/basedatatypes.py +++ b/plotly/basedatatypes.py @@ -3462,9 +3462,6 @@ def full_figure_for_development(self, warn=True, as_dict=False): Parameters ---------- - fig: - Figure object or dict representing a figure - warn: bool If False, suppress warnings about not using this in production.