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