Skip to content

Commit

Permalink
add model (flask_sqla 3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Nov 28, 2023
1 parent 8735f73 commit 2d8b9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safrs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from http import HTTPStatus
from urllib.parse import urljoin
from flask import request, url_for, has_request_context, current_app, g
from flask_sqlalchemy import Model
from flask_sqlalchemy.model import Model
from sqlalchemy.orm.session import make_transient
from sqlalchemy import inspect as sqla_inspect, or_
from sqlalchemy.orm.interfaces import ONETOMANY, MANYTOONE, MANYTOMANY
Expand Down

0 comments on commit 2d8b9ab

Please sign in to comment.