Skip to content
Permalink
Browse files
fix indentation
  • Loading branch information
ghtmtt authored and nyalldawson committed Mar 31, 2018
1 parent 4fe067a commit 4f55c29
Showing 1 changed file with 4 additions and 4 deletions.
@@ -2,10 +2,10 @@

from PyQt5.QtCore import QCoreApplication
from qgis.core import (QgsProcessing,
QgsFeatureSink,
QgsProcessingAlgorithm,
QgsProcessingParameterFeatureSource,
QgsProcessingParameterFeatureSink)
QgsFeatureSink,
QgsProcessingAlgorithm,
QgsProcessingParameterFeatureSource,
QgsProcessingParameterFeatureSink)


class ExampleProcessingAlgorithm(QgsProcessingAlgorithm):

0 comments on commit 4f55c29

Please sign in to comment.