Skip to content

Commit f39dbfd

Browse files
committed
Black
1 parent 729ae8c commit f39dbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/io/_base_renderers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def __init__(
264264
self.full_html = full_html
265265
self.animation_opts = animation_opts
266266
self.post_script = post_script
267-
self.include_plotlyjs = 'cdn' if self.connected else include_plotlyjs
267+
self.include_plotlyjs = "cdn" if self.connected else include_plotlyjs
268268

269269
def activate(self):
270270
if self.global_init:

0 commit comments

Comments
 (0)