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
771a6b5ca1
commit
a9aa53d71a
@ -1,6 +1,6 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from thefuck.rules.goenv_no_such_command import get_new_command, match
|
from thefuck.rules.goenv_no_such_command import match
|
||||||
from thefuck.types import Command
|
from thefuck.types import Command
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from thefuck.rules.nodenv_no_such_command import get_new_command, match
|
from thefuck.rules.nodenv_no_such_command import match
|
||||||
from thefuck.types import Command
|
from thefuck.types import Command
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from thefuck.rules.pyenv_no_such_command import get_new_command, match
|
from thefuck.rules.pyenv_no_such_command import match
|
||||||
from thefuck.types import Command
|
from thefuck.types import Command
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from thefuck.rules.rbenv_no_such_command import get_new_command, match
|
from thefuck.rules.rbenv_no_such_command import match
|
||||||
from thefuck.types import Command
|
from thefuck.types import Command
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user