Fixed stuff
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from marshmallow import fields
|
||||
from marshmallow_sqlalchemy import ModelSchema
|
||||
from marshmallow import fields, Schema
|
||||
|
||||
|
||||
class DefaultSchema(ModelSchema):
|
||||
class DefaultSchema(Schema):
|
||||
id = fields.UUID()
|
||||
|
||||
Reference in New Issue
Block a user