Skip to content

Commit c0e56da

Browse files
committed
refactor import to avoid noqa
1 parent 08288b8 commit c0e56da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/scripts/gen_test_case_reference.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
import sys
1212
from os import getenv
1313

14-
import execution_testing.cli.pytest_commands.plugins.filler.gen_test_doc.gen_test_doc as gen_test_doc # noqa E501
1514
import pytest
1615
from click.testing import CliRunner
1716
from execution_testing.cli.pytest_commands.fill import fill
17+
from execution_testing.cli.pytest_commands.plugins.filler.gen_test_doc import (
18+
gen_test_doc,
19+
)
1820
from execution_testing.config import DocsConfig
1921

2022
importlib.reload(

0 commit comments

Comments
 (0)