mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05: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):
|
||||
self.load_json = load_json
|
||||
|
||||
Reference in New Issue
Block a user