1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Fix some more warnings from flake8

This commit is contained in:
mcarton 2015-11-15 18:08:59 +01:00
parent 8feb722ed0
commit 7c5676491a
5 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,5 @@
import os
import pytest
from mock import Mock
from thefuck.rules.ssh_known_hosts import match, get_new_command,\
side_effect
from tests.utils import Command

View File

@ -1,4 +1,3 @@
import pytest
from thefuck.rules.systemctl import match, get_new_command
from tests.utils import Command

View File

@ -1,5 +1,4 @@
import pytest
from mock import Mock
from thefuck.specific.sudo import sudo_support
from tests.utils import Command

View File

@ -1,5 +1,4 @@
import pytest
from mock import Mock
from thefuck import logs

View File

@ -1,6 +1,5 @@
import six
from decorator import decorator
from ..types import Command
@decorator