mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Fix flake8 errors: F401 'sys' imported but unused
This commit is contained in:
parent
c775937d17
commit
2c7ce91dd5
@ -1,6 +1,5 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
from thefuck.utils import for_app, replace_command, eager
|
from thefuck.utils import for_app, replace_command, eager
|
||||||
import sys
|
|
||||||
|
|
||||||
@for_app('ifconfig')
|
@for_app('ifconfig')
|
||||||
def match(command):
|
def match(command):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user