Skip to content

Commit

Permalink
fix: README parameter registry import
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Mar 17, 2024
1 parent 5c6c7a6 commit 1f1c8b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ Create step definitions inside `color.py` of your `features/steps` directory:

```python
from behave import given, then, when
from behave_cucumber_matcher import parameter_registry
from cucumber_expressions.parameter_type import ParameterType

from environment import parameter_registry

# Define the parameter type
color = ParameterType(
name="color",
Expand Down

0 comments on commit 1f1c8b7

Please sign in to comment.