Skip to content

Commit 6220aa6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def render(self, context: Mapping[str, object]) -> Scenario:
232232
description=self.description,
233233
rule=self.rule,
234234
)
235-
235+
236236
def find_scenario_example_from_context(self, context: Mapping[str, object]) -> Examples:
237237
for example in self.examples:
238238
example_param = dict(zip(example.example_params, example.examples[0]))

0 commit comments

Comments
 (0)