We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b351f commit 9c8a700Copy full SHA for 9c8a700
tests/test_a11y.py
@@ -10,7 +10,7 @@
10
11
# Using importorskip to ensure these tests are only loaded if Playwright is installed.
12
playwright = pytest.importorskip("playwright")
13
-from playwright.sync_api import Page, expect # NOQA: E402
+from playwright.sync_api import Page, expect # noqa: E402
14
15
# Important note: automated accessibility scans can only find a fraction of
16
# potential accessibility issues.
0 commit comments