Skip to content

Commit 187d76d

Browse files
Samuel ScullySamuel Scully
authored andcommitted
Fix formatting for older python versions
1 parent 1722624 commit 187d76d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opencage/command_line.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ def parse_args(args):
6666
os.remove(options.output)
6767
else:
6868
print(
69-
f"Error: The output file '{
70-
options.output}' already exists. You can add --overwrite to your command.",
69+
f"Error: The output file '{options.output}' already exists. You can add --overwrite to your command.",
7170
file=sys.stderr)
7271
sys.exit(1)
7372

0 commit comments

Comments
 (0)