Skip to content

Commit bde31e7

Browse files
committed
blacken
1 parent b2a5d79 commit bde31e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/python/plotly/codegen/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ def perform_codegen():
238238
alls[()].append("Figure")
239239

240240
# ### Add deprecations ###
241-
root_datatype_imports.append(
242-
("._deprecations", DEPRECATED_DATATYPES.keys()))
241+
root_datatype_imports.append(("._deprecations", DEPRECATED_DATATYPES.keys()))
243242
alls[()].extend(DEPRECATED_DATATYPES.keys())
244243

245244
optional_figure_widget_import = f"""

0 commit comments

Comments
 (0)