Skip to content

Commit

Permalink
[processing] remove obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and volaya committed Oct 7, 2016
1 parent 2207669 commit 9b75746
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions python/plugins/processing/tests/AlgorithmsTestBase.py
Expand Up @@ -16,10 +16,6 @@
* *
***************************************************************************
"""
from __future__ import print_function
from builtins import zip
from builtins import str
from builtins import object

__author__ = 'Matthias Kuhn'
__date__ = 'January 2016'
Expand All @@ -29,7 +25,13 @@

__revision__ = ':%H$'

from __future__ import print_function
from builtins import zip
from builtins import str
from builtins import object

import qgis # NOQA switch sip api

import os
import yaml
import nose2
Expand All @@ -42,7 +44,6 @@

import processing
from processing.modeler.ModelerAlgorithmProvider import ModelerAlgorithmProvider
from processing.modeler.ModelerOnlyAlgorithmProvider import ModelerOnlyAlgorithmProvider
from processing.algs.qgis.QGISAlgorithmProvider import QGISAlgorithmProvider
from processing.algs.grass.GrassAlgorithmProvider import GrassAlgorithmProvider
from processing.algs.grass7.Grass7AlgorithmProvider import Grass7AlgorithmProvider
Expand Down

0 comments on commit 9b75746

Please sign in to comment.