Skip to content

Commit 286f513

Browse files
committed
Fix codestyle errors
1 parent f7c1519 commit 286f513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

glue_jupyter/tests/helpers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
from IPython.display import display
55

66
try:
7-
import solara
8-
import playwright
9-
import pytest_mpl
10-
import pytest_playwright
7+
import solara # noqa
8+
import playwright # noqa
9+
import pytest_mpl # noqa
10+
import pytest_playwright # noqa
1111
except ImportError:
1212
HAS_VISUAL_TEST_DEPS = False
1313
else:

0 commit comments

Comments
 (0)