Skip to content

Commit 9d99f0e

Browse files
committed
Remove irrelevant comment
1 parent 584b676 commit 9d99f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pytest_bdd/scenario.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def _execute_step_function(
216216
request.config.hook.pytest_bdd_before_step(**kw)
217217

218218
try:
219-
# Use internal methods without passing redundant arguments
220219
parsed_args = parse_step_arguments(step=step, context=context)
221220

222221
# Filter out the arguments that are not in the function signature

0 commit comments

Comments
 (0)