Skip to content

Commit 8212c5a

Browse files
committed
Remove unncessary string type
1 parent 89b9fde commit 8212c5a

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
@@ -269,7 +269,7 @@ def description(self):
269269
"""Get the scenario's description.
270270
:return: The scenario description
271271
"""
272-
return u"\n".join(self._description_lines)
272+
return "\n".join(self._description_lines)
273273

274274

275275
@dataclass

0 commit comments

Comments
 (0)