mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-23 13:28:39 +00:00
fixup! Fix flake8 errors: E302 expected 2 blank lines, found 1
This commit is contained in:
parent
2c7ce91dd5
commit
62a845fd94
@ -1,6 +1,7 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
from thefuck.utils import for_app, replace_command, eager
|
from thefuck.utils import for_app, replace_command, eager
|
||||||
|
|
||||||
|
|
||||||
@for_app('ifconfig')
|
@for_app('ifconfig')
|
||||||
def match(command):
|
def match(command):
|
||||||
return 'error fetching interface information: Device not found' \
|
return 'error fetching interface information: Device not found' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user