Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cenouralm committed Oct 19, 2020
1 parent 5a8730d commit c3a62a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marshmallow_utils/fields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

"""Marshmallow fields."""

from .contrib import Function, Method
from .edtfdatestring import EDTFDateString
from .generated import GenFunction, GenMethod
from .isodate import ISODateString
Expand All @@ -16,7 +17,6 @@
from .sanitizedhtml import ALLOWED_HTML_ATTRS, ALLOWED_HTML_TAGS, SanitizedHTML
from .sanitizedunicode import SanitizedUnicode
from .trimmed import TrimmedString
from .contrib import Function, Method

__all__ = (
'ALLOWED_HTML_ATTRS',
Expand Down

0 comments on commit c3a62a4

Please sign in to comment.