We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac41958 + 5009375 commit aa40939Copy full SHA for aa40939
.travis.yml
@@ -11,18 +11,12 @@ matrix:
11
env:
12
- TOXENV=py36,report,codecov
13
- python: '3.7'
14
- dist: xenial
15
- sudo: required
16
17
- TOXENV=py37,report,codecov
18
19
20
21
22
- TOXENV=doc
23
24
25
26
27
- TOXENV=check
28
before_install:
src/desert/__init__.py
@@ -41,7 +41,7 @@ def schema_class(
41
42
43
def metadata(
44
- field: marshmallow.fields.Field
+ field: marshmallow.fields.Field,
45
) -> t.Dict["desert._make._DesertSentinel", t.Dict[t.Any, marshmallow.fields.Field]]:
46
"""Specify a marshmallow field in the field metadata.
47
0 commit comments