mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 12:06:04 +00:00
Fix some more warnings from flake8
This commit is contained in:
parent
8feb722ed0
commit
7c5676491a
@ -1,6 +1,5 @@
|
|||||||
import os
|
import os
|
||||||
import pytest
|
import pytest
|
||||||
from mock import Mock
|
|
||||||
from thefuck.rules.ssh_known_hosts import match, get_new_command,\
|
from thefuck.rules.ssh_known_hosts import match, get_new_command,\
|
||||||
side_effect
|
side_effect
|
||||||
from tests.utils import Command
|
from tests.utils import Command
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import pytest
|
|
||||||
from thefuck.rules.systemctl import match, get_new_command
|
from thefuck.rules.systemctl import match, get_new_command
|
||||||
from tests.utils import Command
|
from tests.utils import Command
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import pytest
|
import pytest
|
||||||
from mock import Mock
|
|
||||||
from thefuck.specific.sudo import sudo_support
|
from thefuck.specific.sudo import sudo_support
|
||||||
from tests.utils import Command
|
from tests.utils import Command
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import pytest
|
import pytest
|
||||||
from mock import Mock
|
|
||||||
from thefuck import logs
|
from thefuck import logs
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import six
|
import six
|
||||||
from decorator import decorator
|
from decorator import decorator
|
||||||
from ..types import Command
|
|
||||||
|
|
||||||
|
|
||||||
@decorator
|
@decorator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user