mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
add missing imports in cmath.pyi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user