Update a bunch of stubs

This commit is contained in:
Ben Longbons
2015-10-19 20:02:10 -07:00
parent e4a7edb949
commit 56fe787c74
34 changed files with 483 additions and 277 deletions
-5
View File
@@ -1,5 +0,0 @@
from typing import TypeVar, Any
_FT = TypeVar('_FT')
def register(func: _FT, *args: Any, **kargs: Any) -> _FT: ...