Skip to content

Commit 12db5cb

Browse files
committed
format after using right black version
1 parent 023ee57 commit 12db5cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: packages/python/plotly/plotly/io/_utils.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ def validate_coerce_output_type(output_type):
4545

4646
def plotly_cdn_url(cdn_ver=get_plotlyjs_version()):
4747
"""Return a valid plotly CDN url."""
48-
return "https://cdn.plot.ly/plotly-{cdn_ver}.min.js".format(
49-
cdn_ver=cdn_ver,
50-
)
48+
return "https://cdn.plot.ly/plotly-{cdn_ver}.min.js".format(cdn_ver=cdn_ver,)

0 commit comments

Comments
 (0)