Skip to content

Commit 91f5eb9

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pytest_bdd/parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,7 @@ def parse(self) -> Feature:
505505
# skip it and warn instead of crashing, to keep working against
506506
# future gherkin releases that add new child types.
507507
warnings.warn(
508-
f"Unknown gherkin child skipped in {self.rel_filename!r}; "
509-
f"consider upgrading pytest-bdd.",
508+
f"Unknown gherkin child skipped in {self.rel_filename!r}; consider upgrading pytest-bdd.",
510509
stacklevel=2,
511510
)
512511

0 commit comments

Comments
 (0)