Skip to content

Commit

Permalink
Proxy marshmallow missing utility
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Mar 7, 2023
1 parent 5c75d48 commit 1a3b473
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import marshmallow.utils

import worf.utils


def test_missing():
assert worf.utils.missing == marshmallow.utils.missing
1 change: 1 addition & 0 deletions worf/utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from marshmallow.utils import missing # noqa: F401

0 comments on commit 1a3b473

Please sign in to comment.