Skip to content

Commit 73c085e

Browse files
committed
lint
1 parent 6e9cb4c commit 73c085e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/python/ci/test_script_converter.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828
from .test_utils import REPO_ROOT
2929

3030
sys.path.insert(0, str(REPO_ROOT / "docs"))
31-
from script_convert import (
32-
bash_to_python,
33-
BASH,
34-
BASH_IGNORE,
35-
BASH_MULTILINE_COMMENT
36-
)
31+
from script_convert import bash_to_python, BASH, BASH_IGNORE, BASH_MULTILINE_COMMENT
3732

3833
# pylint: enable=wrong-import-position,wrong-import-order
3934

0 commit comments

Comments
 (0)