Skip to content

Commit

Permalink
remove sql alchemy - closes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien-Pajot committed Mar 29, 2021
1 parent 6273636 commit 072a420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from sqlalchemy.sql.expression import label, distinct, case

from geonature.utils.utilssqlalchemy import json_resp
from utils_flask_sqla.response import json_resp
from geonature.utils.env import DB

from .models import VSynthese, VTaxonomie, VFrameworks
Expand Down
2 changes: 1 addition & 1 deletion backend/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqlalchemy import ForeignKey
from sqlalchemy.sql import select

from geonature.utils.utilssqlalchemy import serializable
from utils_flask_sqla.serializers import serializable
from geonature.utils.env import DB

# vm_synthese
Expand Down

0 comments on commit 072a420

Please sign in to comment.