mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 18:48:24 -04:00
remove deprecated ModelSchema class
This commit is contained in:
@@ -74,7 +74,7 @@ class UUIDsAsStringsMixin:
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class BaseSchema(ma.ModelSchema):
|
class BaseSchema(ma.SQLAlchemyAutoSchema):
|
||||||
|
|
||||||
def __init__(self, load_json=False, *args, **kwargs):
|
def __init__(self, load_json=False, *args, **kwargs):
|
||||||
self.load_json = load_json
|
self.load_json = load_json
|
||||||
|
|||||||
Reference in New Issue
Block a user