1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

remove unused import

This commit is contained in:
thatneat 2019-09-17 09:20:43 -07:00
parent 9912b70654
commit 5109577226

View File

@ -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