Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 10, 2024
1 parent 071b65d commit b5a7677
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from sqlalchemy.sql import text

from .. import utils

# 4.10.2024
from ..utils.ili2db import skip_wwtp_structure_ids
from ..utils.various import logger
Expand Down Expand Up @@ -44,9 +45,8 @@ def qgep_export(selection=None, labels_file=None, orientation=None):

# Logging for debugging
logger.info(f"print subset_ids '{subset_ids}'")

# get list of id's of class wwtp_structure (ARABauwerk) to be able to check if fk_wastewater_structure references to wwtp_structure


# get list of id's of class wwtp_structure (ARABauwerk) to be able to check if fk_wastewater_structure references to wwtp_structure

wastewater_structure_id_sia405abwasser_list = None
wastewater_structure_id_sia405abwasser_list = skip_wwtp_structure_ids()
Expand All @@ -55,11 +55,6 @@ def qgep_export(selection=None, labels_file=None, orientation=None):
f"wastewater_structure_id_sia405abwasser_list : {wastewater_structure_id_sia405abwasser_list}",
)






# Orientation
oriented = orientation is not None
if oriented:
Expand Down

0 comments on commit b5a7677

Please sign in to comment.