Skip to content

Commit 5b49a0a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9ca5888 commit 5b49a0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_axe.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
import json
6-
from os import getcwd, getenv, path
6+
from os import getcwd
7+
from os import getenv
8+
from os import path
79

810
import pytest
911
from selenium import webdriver

0 commit comments

Comments
 (0)