From b943c8db5b9f8a666a7ba4f43ef26f9c5a1e913b Mon Sep 17 00:00:00 2001 From: eeshsaxena Date: Fri, 3 Jul 2026 18:22:15 +0530 Subject: [PATCH] Remove stale fig parameter from full_figure_for_development docstring BaseFigure.full_figure_for_development(self, warn, as_dict) has no fig parameter; the entry was carried over from the module-level plotly.io.full_figure_for_development(fig, ...) function. --- plotly/basedatatypes.py | 3 --- 1 file changed, 3 deletions(-) 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.