We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e5377 commit 285f270Copy full SHA for 285f270
packages/python/plotly/setup.py
@@ -274,7 +274,9 @@ def overwrite_plotlyjs_version_file(plotlyjs_version):
274
# DO NOT EDIT
275
# This file is generated by the updatebundle setup.py command
276
__plotlyjs_version__ = "{plotlyjs_version}"
277
-""".format(plotlyjs_version=plotlyjs_version)
+""".format(
278
+ plotlyjs_version=plotlyjs_version
279
+ )
280
)
281
282
@@ -288,7 +290,9 @@ def overwrite_plotlywidget_version_file(version):
288
290
#
289
291
# It is edited by hand prior to official releases
292
__frontend_version__ = "{version}"
-""".format(version=version)
293
294
+ version=version
295
296
297
298
0 commit comments