Skip to content

Commit

Permalink
stubs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed Jun 22, 2023
1 parent 2990746 commit 2284de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, x: float, y: float, r: float) -> None: ...
def __init__(self, pos: Sequence[float], r: float) -> None: ...
@overload
def __init__(self, circle) -> None: ...
def __copy__(self) -> "Circle": ...
def __copy__(self) -> Circle: ...
copy = __copy__

CircleType = Circle

0 comments on commit 2284de7

Please sign in to comment.