File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ def avroize_type(field_type, name_prefix=""):
396
396
avroize_type (field_type ["items" ], name_prefix )
397
397
return field_type
398
398
399
- class Process (six .with_metaclass (abc .ABCMeta , object )): # type: ignore
399
+ class Process (six .with_metaclass (abc .ABCMeta , object )):
400
400
def __init__ (self , toolpath_object , ** kwargs ):
401
401
# type: (Dict[Text, Any], **Any) -> None
402
402
"""
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ deps = -rrequirements.txt
14
14
commands = make mypy2
15
15
whitelist_externals = make
16
16
deps =
17
- mypy ==0.511
17
+ mypy ==0.520
18
18
-rrequirements.txt
19
19
20
20
[testenv:py35-mypy3]
21
21
commands = make mypy3
22
22
whitelist_externals = make
23
23
deps =
24
- mypy ==0.511
24
+ mypy ==0.520
25
25
-rrequirements.txt
26
26
27
27
[testenv:py27-lint]
You can’t perform that action at this time.
0 commit comments