Skip to content

Commit fc08e7f

Browse files
committed
fix string formatting
1 parent e69cf12 commit fc08e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/gcs_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def main():
260260
args,
261261
PATHS["repo"],
262262
PATHS["data_quarter"],
263-
"Add and commit new Google Custom Search (GCS) data for" f" {QUARTER}",
263+
"Add and commit new Google Custom Search (GCS) data for {QUARTER}",
264264
)
265265
shared.git_push_changes(args, PATHS["repo"])
266266

0 commit comments

Comments
 (0)