1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

fixup! Fix flake8 errors: E302 expected 2 blank lines, found 1

This commit is contained in:
Joseph Frazier 2017-03-08 12:43:05 -05:00
parent 2c7ce91dd5
commit 62a845fd94

View File

@ -1,6 +1,7 @@
import subprocess
from thefuck.utils import for_app, replace_command, eager
@for_app('ifconfig')
def match(command):
return 'error fetching interface information: Device not found' \