change GenericType to Generic

This commit is contained in:
Matthias Kramm
2015-09-15 15:41:17 -07:00
parent ac17e9afcf
commit 6019cad152
28 changed files with 28 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
# for a more precise manual annotation of this module.
# Feel free to edit the source below, but remove this header when you do.
from typing import Any, List, Tuple, Dict, GenericType
from typing import Any, List, Tuple, Dict, Generic
def acos(*args, **kwargs) -> complex: ...