File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
python/plugins/processing/tests Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1616* *
1717***************************************************************************
1818"""
19- from __future__ import print_function
20- from builtins import zip
21- from builtins import str
22- from builtins import object
2319
2420__author__ = 'Matthias Kuhn'
2521__date__ = 'January 2016'
2925
3026__revision__ = ':%H$'
3127
28+ from __future__ import print_function
29+ from builtins import zip
30+ from builtins import str
31+ from builtins import object
32+
3233import qgis # NOQA switch sip api
34+
3335import os
3436import yaml
3537import nose2
4244
4345import processing
4446from processing .modeler .ModelerAlgorithmProvider import ModelerAlgorithmProvider
45- from processing .modeler .ModelerOnlyAlgorithmProvider import ModelerOnlyAlgorithmProvider
4647from processing .algs .qgis .QGISAlgorithmProvider import QGISAlgorithmProvider
4748from processing .algs .grass .GrassAlgorithmProvider import GrassAlgorithmProvider
4849from processing .algs .grass7 .Grass7AlgorithmProvider import Grass7AlgorithmProvider
You can’t perform that action at this time.
0 commit comments