Skip to content

Commit

Permalink
Cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 24, 2020
1 parent 91d5191 commit 3b26a0d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions python/plugins/processing/gui/wrappers.py
Expand Up @@ -22,25 +22,18 @@
__date__ = 'May 2016'
__copyright__ = '(C) 2016, Arnaud Morvan'

import locale
import os
import re
from functools import cmp_to_key
from inspect import isclass
from copy import deepcopy

from qgis.core import (
QgsApplication,
QgsUnitTypes,
QgsCoordinateReferenceSystem,
QgsExpression,
QgsExpressionContextGenerator,
QgsFieldProxyModel,
QgsMapLayerProxyModel,
QgsWkbTypes,
QgsSettings,
QgsProject,
QgsMapLayer,
QgsMapLayerType,
QgsVectorLayer,
QgsProcessing,
Expand All @@ -53,7 +46,6 @@
QgsProcessingParameterFile,
QgsProcessingParameterMultipleLayers,
QgsProcessingParameterNumber,
QgsProcessingParameterDistance,
QgsProcessingParameterRasterLayer,
QgsProcessingParameterEnum,
QgsProcessingParameterString,
Expand All @@ -75,8 +67,6 @@
QgsProcessingOutputString,
QgsProcessingOutputNumber,
QgsProcessingModelChildParameterSource,
QgsProcessingModelAlgorithm,
QgsRasterDataProvider,
NULL,
Qgis)

Expand All @@ -87,7 +77,6 @@
QDialog,
QFileDialog,
QHBoxLayout,
QVBoxLayout,
QLineEdit,
QPlainTextEdit,
QToolButton,
Expand All @@ -109,7 +98,7 @@
QgsAbstractProcessingParameterWidgetWrapper,
QgsProcessingMapLayerComboBox
)
from qgis.PyQt.QtCore import pyqtSignal, QObject, QVariant, Qt
from qgis.PyQt.QtCore import QVariant, Qt
from qgis.utils import iface

from processing.core.ProcessingConfig import ProcessingConfig
Expand Down

0 comments on commit 3b26a0d

Please sign in to comment.