File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,15 @@ matrix:
11
11
env :
12
12
- TOXENV=py36,report,codecov
13
13
- python : ' 3.7'
14
- dist : xenial
15
- sudo : required
16
14
env :
17
15
- TOXENV=py37,report,codecov
18
16
- python : ' pypy3'
19
17
env :
20
18
- TOXENV=pypy3,report,codecov
21
19
- python : ' 3.7'
22
- dist : xenial
23
- sudo : required
24
20
env :
25
21
- TOXENV=doc
26
22
- python : ' 3.7'
27
- dist : xenial
28
- sudo : required
29
23
env :
30
24
- TOXENV=check
31
25
before_install :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def schema_class(
41
41
42
42
43
43
def metadata (
44
- field : marshmallow .fields .Field
44
+ field : marshmallow .fields .Field ,
45
45
) -> t .Dict ["desert._make._DesertSentinel" , t .Dict [t .Any , marshmallow .fields .Field ]]:
46
46
"""Specify a marshmallow field in the field metadata.
47
47
You can’t perform that action at this time.
0 commit comments