diff --git a/thefuck/rules/ifconfig_device_not_found.py b/thefuck/rules/ifconfig_device_not_found.py index f8692236..88406991 100644 --- a/thefuck/rules/ifconfig_device_not_found.py +++ b/thefuck/rules/ifconfig_device_not_found.py @@ -1,6 +1,5 @@ import subprocess from thefuck.utils import for_app, replace_command, eager -import sys @for_app('ifconfig') def match(command):