#599: Remove unused import

This commit is contained in:
Vladimir Iakovlev
2017-01-30 13:06:19 +01:00
parent ff2be6c9a3
commit 430a7135af
-1
View File
@@ -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