add missing imports in cmath.pyi

This commit is contained in:
Matthias Kramm
2015-09-30 15:32:12 -07:00
parent 9ab5976585
commit 85bc37652a

View File

@@ -1,6 +1,7 @@
"""Stub file for the 'cmath' module."""
from typing import Union
import sys
from typing import Union, Tuple
e = ... # type: float
pi = ... # type: float