Skip to content

Commit

Permalink
service: fix import from flask_sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Mar 7, 2025
1 parent 173df17 commit b482cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_preservation_sync/services/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"""Service results."""

from flask_sqlalchemy import Pagination
from flask_sqlalchemy.pagination import Pagination


class PreservationInfoItem(object):
Expand Down

0 comments on commit b482cd2

Please sign in to comment.