Skip to content

Commit

Permalink
Minor code reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebek committed Mar 13, 2024
1 parent ff0ac40 commit 519f2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threedi_schematisation_editor/processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from qgis.core import QgsProcessingProvider
from qgis.PyQt.QtGui import QIcon

from threedi_schematisation_editor.processing.algorithms_1d import BottomLevelCalculator
from threedi_schematisation_editor.processing.algorithms_1d2d import GenerateExchangeLines
from threedi_schematisation_editor.processing.algorithms_conversion import (
ImportCulverts,
Expand All @@ -12,7 +13,6 @@
ImportPipes,
ImportWeirs,
)
from threedi_schematisation_editor.processing.algorithms_1d import BottomLevelCalculator


class ThreediSchematisationEditorProcessingProvider(QgsProcessingProvider):
Expand Down

0 comments on commit 519f2d9

Please sign in to comment.