Skip to content

Commit 9c8a700

Browse files
authored
Update tests/test_a11y.py
1 parent 31b351f commit 9c8a700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_a11y.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Using importorskip to ensure these tests are only loaded if Playwright is installed.
1212
playwright = pytest.importorskip("playwright")
13-
from playwright.sync_api import Page, expect # NOQA: E402
13+
from playwright.sync_api import Page, expect # noqa: E402
1414

1515
# Important note: automated accessibility scans can only find a fraction of
1616
# potential accessibility issues.

0 commit comments

Comments
 (0)