mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
remove unused import
This commit is contained in:
parent
9912b70654
commit
5109577226
@ -1,7 +1,7 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
from thefuck.specific.apt import apt_available
|
from thefuck.specific.apt import apt_available
|
||||||
from thefuck.specific.sudo import sudo_support
|
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
|
enabled_by_default = apt_available
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user