Skip to content

Commit 53c998f

Browse files
committed
Changes just local to this branch to get 6.104.1.dev0 to pass tests.
- Legacy-Id: 16809
1 parent 445f2cf commit 53c998f

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

ietf/api/__init__.pyi

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# -*- python -*-
2+
3+
from typing import Any, List
4+
import tastypie
5+
6+
community = ... # type: Any
7+
dbtemplate = ... # type: Any
8+
doc = ... # type: Any
9+
group = ... # type: Any
10+
iesg = ... # type: Any
11+
ipr = ... # type: Any
12+
liaisons = ... # type: Any
13+
mailinglists = ... # type: Any
14+
mailtrigger = ... # type: Any
15+
meeting = ... # type: Any
16+
message = ... # type: Any
17+
name = ... # type: Any
18+
nomcom = ... # type: Any
19+
person = ... # type: Any
20+
redirects = ... # type: Any
21+
review = ... # type: Any
22+
stats = ... # type: Any
23+
submit = ... # type: Any
24+
utils = ... # type: Any
25+
26+
_api_list = ... # type: List
27+
28+
class ModelResource(tastypie.resources.ModelResource): ...
29+
class Serializer(): ...
30+
class ToOneField(tastypie.fields.ToOneField): ...
31+
class TimedeltaField(tastypie.fields.ApiField): ...
32+
33+
def autodiscover() -> None: ...

requirements3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jwcrypto>=0.4.0 # for signed notifications
3636
#lxml>=3.4.0 # from PyQuery;
3737
markdown2>=2.3.8
3838
mock>=2.0.0
39-
mypy>=0.7.3
39+
mypy<0.730,>=0.720
4040
mysqlclient>=1.3.13
4141
oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
4242
patch>=1.16,<2.0

0 commit comments

Comments
 (0)