Skip to content

Commit 696a00c

Browse files
author
Joel Collins
committed
Include pre_dump, pre_load in decorators
1 parent 7a5db07 commit 696a00c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labthings/server/decorators.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
import logging
1313

14+
# Useful externals to have included here
15+
from marshmallow import pre_dump, pre_load
16+
1417

1518
def unpack(value):
1619
"""Return a three tuple of data, code, and headers"""

0 commit comments

Comments
 (0)