Skip to content

Commit 285f270

Browse files
committed
Fix formatting
1 parent e7e5377 commit 285f270

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/python/plotly/setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@ def overwrite_plotlyjs_version_file(plotlyjs_version):
274274
# DO NOT EDIT
275275
# This file is generated by the updatebundle setup.py command
276276
__plotlyjs_version__ = "{plotlyjs_version}"
277-
""".format(plotlyjs_version=plotlyjs_version)
277+
""".format(
278+
plotlyjs_version=plotlyjs_version
279+
)
278280
)
279281

280282

@@ -288,7 +290,9 @@ def overwrite_plotlywidget_version_file(version):
288290
#
289291
# It is edited by hand prior to official releases
290292
__frontend_version__ = "{version}"
291-
""".format(version=version)
293+
""".format(
294+
version=version
295+
)
292296
)
293297

294298

0 commit comments

Comments
 (0)