Skip to content

Commit c537a0d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .compat import getfixturedefs, inject_fixture
2929
from .feature import get_feature, get_features
3030
from .steps import StepFunctionContext, get_step_fixture_name
31-
from .utils import CONFIG_STACK, get_args, get_caller_module_locals, get_caller_module_path, get_args_has_default_value
31+
from .utils import CONFIG_STACK, get_args, get_args_has_default_value, get_caller_module_locals, get_caller_module_path
3232

3333
if TYPE_CHECKING:
3434
from _pytest.mark.structures import ParameterSet

0 commit comments

Comments
 (0)