1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00

Fix flake8 errors: W391 blank line at end of file

This commit is contained in:
Joseph Frazier 2017-03-08 12:43:34 -05:00
parent 62a845fd94
commit 78515c7bbb

View File

@ -21,5 +21,3 @@ def get_new_command(command):
interface = command.stderr.split(' ')[0][:-1]
possible_interfaces = _get_possible_interfaces()
return replace_command(command, interface, possible_interfaces)