Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Dec 6, 2023
1 parent 1959f23 commit 0c18fc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ORStools/proc/isochrones_layer_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
QgsProcessingParameterString,
QgsProcessingParameterEnum,
QgsProcessingParameterNumber,
QgsProcessingParameterDefinition,
)

from ORStools.common import isochrones_core, PROFILES, DIMENSIONS
Expand Down
1 change: 0 additions & 1 deletion ORStools/proc/isochrones_point_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
QgsProcessingParameterEnum,
QgsProcessingParameterPoint,
QgsProcessingParameterNumber,
QgsProcessingParameterDefinition,
)

from ORStools.common import isochrones_core, PROFILES, DIMENSIONS
Expand Down

0 comments on commit 0c18fc9

Please sign in to comment.