Skip to content

Commit fc3b441

Browse files
committed
Don't use format strings when not using formats
1 parent 7a7f413 commit fc3b441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protoplaster/protoplaster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def parse_args():
5656
"-t",
5757
"--test-file",
5858
type=str,
59-
default=f"test.yaml",
59+
default="test.yaml",
6060
help="Path to the yaml test description in the test directory")
6161
parser.add_argument("-g",
6262
"--group",

0 commit comments

Comments
 (0)