Skip to content

Commit aa40939

Browse files
authored
Merge branch 'master' into check_and_fix_travis_config_in_travis
2 parents ac41958 + 5009375 commit aa40939

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ matrix:
1111
env:
1212
- TOXENV=py36,report,codecov
1313
- python: '3.7'
14-
dist: xenial
15-
sudo: required
1614
env:
1715
- TOXENV=py37,report,codecov
1816
- python: '3.7'
19-
dist: xenial
20-
sudo: required
2117
env:
2218
- TOXENV=doc
2319
- python: '3.7'
24-
dist: xenial
25-
sudo: required
2620
env:
2721
- TOXENV=check
2822
before_install:

src/desert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def schema_class(
4141

4242

4343
def metadata(
44-
field: marshmallow.fields.Field
44+
field: marshmallow.fields.Field,
4545
) -> t.Dict["desert._make._DesertSentinel", t.Dict[t.Any, marshmallow.fields.Field]]:
4646
"""Specify a marshmallow field in the field metadata.
4747

0 commit comments

Comments
 (0)