Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unused includes
  • Loading branch information
alexbruy committed Oct 11, 2017
1 parent 6c7a292 commit efa97b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/algs/gdal/Buffer.py
Expand Up @@ -32,8 +32,7 @@
QgsProcessingParameterString,
QgsProcessingParameterNumber,
QgsProcessingParameterBoolean,
QgsProcessingParameterVectorDestination,
QgsProcessingOutputVectorLayer)
QgsProcessingParameterVectorDestination)
from processing.algs.gdal.GdalAlgorithm import GdalAlgorithm
from processing.algs.gdal.GdalUtils import GdalUtils

Expand Down
3 changes: 1 addition & 2 deletions python/plugins/processing/algs/gdal/OffsetCurve.py
Expand Up @@ -30,8 +30,7 @@
QgsProcessingParameterFeatureSource,
QgsProcessingParameterString,
QgsProcessingParameterNumber,
QgsProcessingParameterVectorDestination,
QgsProcessingOutputVectorLayer)
QgsProcessingParameterVectorDestination)
from processing.algs.gdal.GdalAlgorithm import GdalAlgorithm
from processing.algs.gdal.GdalUtils import GdalUtils

Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/algs/gdal/PointsAlongLines.py
Expand Up @@ -29,7 +29,6 @@
QgsProcessingParameterString,
QgsProcessingParameterNumber,
QgsProcessingParameterVectorDestination,
QgsProcessingOutputVectorLayer,
QgsProcessingParameterDefinition,
QgsProcessing)

Expand Down

0 comments on commit efa97b2

Please sign in to comment.