File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : ...
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ jwcrypto>=0.4.0 # for signed notifications
3636#lxml>=3.4.0 # from PyQuery;
3737markdown2>=2.3.8
3838mock>=2.0.0
39- mypy>=0.7.3
39+ mypy<0.730, >=0.720
4040mysqlclient>=1.3.13
4141oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
4242patch>=1.16,<2.0
You can’t perform that action at this time.
0 commit comments