Skip to content

Commit

Permalink
[fix] remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jan 2, 2025
1 parent bfbe273 commit 9d62cd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/geonature/core/gn_monitoring/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from utils_flask_sqla.serializers import serializable
from utils_flask_sqla_geo.serializers import geoserializable

from pypnnomenclature.models import TNomenclatures
from geonature.core.gn_commons.models import TModules, TMedias
from geonature.core.gn_meta.models import TDatasets
from geonature.utils.env import DB
Expand Down
1 change: 0 additions & 1 deletion backend/geonature/core/gn_monitoring/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from geonature.core.gn_permissions.tools import get_scope
from marshmallow import ValidationError, EXCLUDE
from sqlalchemy.sql import func, select
from sqlalchemy.orm import raiseload, joinedload
from geojson import FeatureCollection
from werkzeug.exceptions import BadRequest, Forbidden, NotFound

Expand Down

0 comments on commit 9d62cd7

Please sign in to comment.