Skip to content

Commit d296c16

Browse files
committed
Apply black
1 parent 57ec19f commit d296c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/python/plotly/plotly/io/_renderers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,12 @@ def show(fig, renderer=None, validate=True, **kwargs):
527527
# browser
528528
try:
529529
import webbrowser
530+
530531
webbrowser.get()
531532
default_renderer = "browser"
532533
except Exception:
533534
# Many things could have gone wrong
534-
# There could not be a webbrowser Python module,
535+
# There could not be a webbrowser Python module,
535536
# or the module may be a dumb placeholder
536537
pass
537538

0 commit comments

Comments
 (0)