Skip to content

Commit

Permalink
replace import on old sqlalchemy utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Nov 3, 2023
1 parent efcd804 commit 04c4401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptax/taxonomie/routesbdcstatuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from . import filemanager
from . import db
from ..log import logmanager
from ..utils.utilssqlalchemy import json_resp, csv_resp, dict_merge
from utils_flask_sqla.response import json_resp, csv_resp, dict_merge
from ..utils.genericfunctions import calculate_offset_page
from .repositories import BdcStatusRepository
from .models import (
Expand Down

0 comments on commit 04c4401

Please sign in to comment.