1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

bin/autojump: Fix a Flake8 warning

This commit is contained in:
Alex Thiessen 2022-01-23 02:05:15 +01:00
parent d54a752609
commit 134d4be938
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B

View File

@ -129,8 +129,8 @@ def parse_arguments():
help='show database entries and their key weights',
)
parser.add_argument(
'-v', '--version', action='version', version='%(prog)s v' +
VERSION, help='show version information',
'-v', '--version', action='version', version='%(prog)s v' + VERSION,
help='show version information',
)
return parser.parse_args()