Skip to content

Commit 0c17706

Browse files
committed
fix(pyflakes): remove unused f-string
1 parent 78a9c0c commit 0c17706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/writer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def beautify_string(text):
144144
f'author: "{author}"',
145145
f'date: "{datetime.datetime.now().strftime("%b %d, %Y")}"',
146146
f'description: "{summary_result}"',
147-
f'latex: true',
148-
f'pdf: true',
147+
'latex: true',
148+
'pdf: true',
149149
"---",
150150
]) + "\n"
151151

0 commit comments

Comments
 (0)