Skip to content

Commit 3f2030b

Browse files
Try to fix flake8-isort error
1 parent 131c9cd commit 3f2030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axe_selenium_python/axe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
from os import path
65
import json
6+
from os import path
77

88
_DEFAULT_SCRIPT = path.join(path.dirname(__file__), 'src', 'axe.min.js')
99

0 commit comments

Comments
 (0)