fix bugs in builtins/2.7/*.pyi

This commit is contained in:
Matthias Kramm
2015-10-01 08:02:44 -07:00
parent 3f713101a5
commit a2f5703041
22 changed files with 77 additions and 58 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import Any, List
from typing import Any, List, Optional
class StandardError(Exception): ...
class ArithmeticError(StandardError): ...