Skip to content

Commit 3f42ef3

Browse files
committed
Remove unused method
1 parent f68c3f5 commit 3f42ef3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/pytest_bdd/parser.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -321,15 +321,6 @@ def __str__(self) -> str:
321321
"""
322322
return f'{self.type.capitalize()} "{self.name}"'
323323

324-
@property
325-
def params(self) -> tuple[str, ...]:
326-
"""Get the parameters in the step name.
327-
328-
Returns:
329-
Tuple[str, ...]: A tuple of parameter names found in the step name.
330-
"""
331-
return tuple(frozenset(PARAM_RE.findall(self.name)))
332-
333324
@staticmethod
334325
def render_datatable(datatable: DataTable, context: Mapping[str, object]) -> DataTable:
335326
"""

0 commit comments

Comments
 (0)