Skip to content

Commit c2626f8

Browse files
Remove f prefix from string
1 parent 038ffa6 commit c2626f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def fn():
7878
)
7979

8080
testdir.makepyfile(
81-
f"""
81+
"""
8282
import pytest
8383
from my_module import fn
8484
pytest_plugins = 'pytest_github_actions_annotate_failures'

0 commit comments

Comments
 (0)