fix pyflakes errors
This commit is contained in:
parent
41a853dbad
commit
b6f3b39744
4 changed files with 3 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ import weboob
|
|||
from weboob.modules import BackendsConfig
|
||||
|
||||
from .base import BaseApplication
|
||||
from .formatters import formatters_classes, SimpleFormatter
|
||||
from .formatters import formatters_classes
|
||||
from .results import Results, WhereCondition, WhereConditionException
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
from ..results import WhereCondition, WhereConditionException
|
||||
|
||||
|
||||
__all__ = ['SimpleFormatter']
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue