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 131c9cd commit 3f2030bCopy full SHA for 3f2030b
axe_selenium_python/axe.py
@@ -2,8 +2,8 @@
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5
-from os import path
6
import json
+from os import path
7
8
_DEFAULT_SCRIPT = path.join(path.dirname(__file__), 'src', 'axe.min.js')
9
0 commit comments