Skip to content

Commit 42a1e4e

Browse files
youtuxolegpidsadnyi
authored andcommitted
Blackify
1 parent 4a39fd3 commit 42a1e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_bdd/feature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def name(self):
550550
# Remove the multiline quotes, if present.
551551
multilines_content = re.sub(
552552
pattern=r'^"""\n(?P<content>.*)\n"""$',
553-
repl=r'\g<content>',
553+
repl=r"\g<content>",
554554
string=multilines_content,
555555
flags=re.DOTALL, # Needed to make the "." match also new liness
556556
)

0 commit comments

Comments
 (0)