1
0
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:
Joseph Frazier 2017-03-08 12:42:24 -05:00
parent c775937d17
commit 2c7ce91dd5

View File

@ -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):