We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca5888 commit 5b49a0aCopy full SHA for 5b49a0a
tests/test_axe.py
@@ -3,7 +3,9 @@
3
# You can obtain one at http://mozilla.org/MPL/2.0/.
4
5
import json
6
-from os import getcwd, getenv, path
+from os import getcwd
7
+from os import getenv
8
+from os import path
9
10
import pytest
11
from selenium import webdriver
0 commit comments