Skip to content

Commit 29ef881

Browse files
committed
Fix formatting issue
1 parent 35028fa commit 29ef881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift_metrics/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def main():
165165
)
166166
parser.add_argument(
167167
"--class-invoice-file",
168-
help=f"Name of the class report file. Defaults to Classes-<cluster-name> <report_month>.csv",
168+
help="Name of the class report file. Defaults to Classes-<cluster-name> <report_month>.csv",
169169
)
170170
parser.add_argument("--upload-to-s3", action="store_true")
171171
parser.add_argument(

0 commit comments

Comments
 (0)