Skip to content

Commit 41b992c

Browse files
authored
black test_renderers.py
1 parent 48a5070 commit 41b992c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/python/plotly/plotly/tests/test_io/test_renderers.py

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def test_missing_webbrowser_module(fig1):
389389
Assert that no errors occur if the webbrowser module is absent
390390
"""
391391
import builtins
392+
392393
realimport = builtins.__import__
393394

394395
def webbrowser_absent_import(name, globals, locals, fromlist, level):

0 commit comments

Comments
 (0)