Skip to content

Commit

Permalink
Comment Expressions PR with optional transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Mar 18, 2024
1 parent 5cec4d1 commit caaffe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions behave_cucumber_matcher/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__( # noqa: D107
*args,
type: Any, # noqa: A002
# Fixes missing defaults in Cucumber Expressions below or equal to 17.0.2
# See https://github.com/cucumber/cucumber-expressions/pull/288
transformer: Optional[Callable] = None,
# Fixes missing defaults in Cucumber Expressions below 17.0.2
# See https://github.com/cucumber/cucumber-expressions/pull/259
Expand Down

0 comments on commit caaffe2

Please sign in to comment.