mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	bin/autojump: Fix a Flake8 warning
This commit is contained in:
		
							parent
							
								
									4f07c55f03
								
							
						
					
					
						commit
						4e11af9f12
					
				@ -129,8 +129,8 @@ def parse_arguments():
 | 
				
			|||||||
        help='show database entries and their key weights',
 | 
					        help='show database entries and their key weights',
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    parser.add_argument(
 | 
					    parser.add_argument(
 | 
				
			||||||
        '-v', '--version', action='version', version='%(prog)s v' +
 | 
					        '-v', '--version', action='version', version='%(prog)s v' + VERSION,
 | 
				
			||||||
        VERSION, help='show version information',
 | 
					        help='show version information',
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return parser.parse_args()
 | 
					    return parser.parse_args()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user