generated from daniil-berg/boilerplate-py
👷 Add Github CI workflow for unit testing and linting
This commit is contained in:
@ -42,10 +42,8 @@ __all__ = [
|
||||
]
|
||||
|
||||
from marshmallow import fields
|
||||
|
||||
from marshmallow.decorators import (
|
||||
from marshmallow.decorators import ( # `post_load` overloaded
|
||||
post_dump,
|
||||
# post_load, # overloaded
|
||||
pre_dump,
|
||||
pre_load,
|
||||
validates,
|
||||
|
Reference in New Issue
Block a user