Skip to content

Commit

Permalink
Update geometry.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRedstone058 committed Sep 29, 2024
1 parent f224675 commit 66e32e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildconfig/stubs/pygame/geometry.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ _CanBeCollided = Union[Circle, Rect, FRect, Coordinate, Vector2]
_CanBeIntersected = Union[Circle]

class Circle:
top: Tuple[float, float]
left: Tuple[float, float]
right: Tuple[float, float]
bottom: Tuple[float, float]

@property
def x(self) -> float: ...
@x.setter
Expand Down

0 comments on commit 66e32e0

Please sign in to comment.