We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5d79 commit bde31e7Copy full SHA for bde31e7
packages/python/plotly/codegen/__init__.py
@@ -238,8 +238,7 @@ def perform_codegen():
238
alls[()].append("Figure")
239
240
# ### Add deprecations ###
241
- root_datatype_imports.append(
242
- ("._deprecations", DEPRECATED_DATATYPES.keys()))
+ root_datatype_imports.append(("._deprecations", DEPRECATED_DATATYPES.keys()))
243
alls[()].extend(DEPRECATED_DATATYPES.keys())
244
245
optional_figure_widget_import = f"""
0 commit comments