Skip to content

Commit 9d8ecd1

Browse files
authored
Lint
1 parent 1e782f7 commit 9d8ecd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/high_level_api/high_level_api_infill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
filtered = True
3434

3535
print(
36-
f"Fill-in-Middle completion{' (filtered)' if filtered else ''}:\n\n{args.prompt}\033[32m{response}\033[{'33' if filtered else '0'}m{args.suffix}\033[0m"
36+
f"Fill-in-Middle completion{' (filtered)' if filtered else ''}:\n\n{args.prompt}\033[32m{response}\033[{'33' if filtered else '0'}m{args.suffix}\033[0m",
3737
)

0 commit comments

Comments
 (0)