From 51095772262251db7a9a3b625cd984e39cd4d402 Mon Sep 17 00:00:00 2001 From: thatneat Date: Tue, 17 Sep 2019 09:20:43 -0700 Subject: [PATCH] remove unused import --- thefuck/rules/apt_invalid_operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/rules/apt_invalid_operation.py b/thefuck/rules/apt_invalid_operation.py index cb238bb4..c2564c03 100644 --- a/thefuck/rules/apt_invalid_operation.py +++ b/thefuck/rules/apt_invalid_operation.py @@ -1,7 +1,7 @@ import subprocess from thefuck.specific.apt import apt_available from thefuck.specific.sudo import sudo_support -from thefuck.utils import for_app, eager, replace_command, replace_argument +from thefuck.utils import for_app, eager, replace_command enabled_by_default = apt_available