diff --git a/builtins/2and3/cmath.pyi b/builtins/2and3/cmath.pyi index 9fc13c0a9..ffd16107c 100644 --- a/builtins/2and3/cmath.pyi +++ b/builtins/2and3/cmath.pyi @@ -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