From 430a7135afb8c46cba0f9c5143a72d0803b4af94 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Mon, 30 Jan 2017 13:06:19 +0100 Subject: [PATCH] #599: Remove unused import --- thefuck/rules/apt_get.py | 1 - 1 file changed, 1 deletion(-) diff --git a/thefuck/rules/apt_get.py b/thefuck/rules/apt_get.py index eaef4818..abe742b3 100644 --- a/thefuck/rules/apt_get.py +++ b/thefuck/rules/apt_get.py @@ -1,7 +1,6 @@ from thefuck.specific.apt import apt_available from thefuck.utils import memoize, which from thefuck.shells import shell -from pprint import pprint try: from CommandNotFound import CommandNotFound