Skip to content

Commit

Permalink
forgot stub removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptLineStudios committed Apr 24, 2024
1 parent 21098d0 commit efa35d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildconfig/stubs/pygame/surface.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ _ViewKind = Literal[
class Surface:
_pixels_address: int
@property
def w(self) -> int: ...
@property
def width(self) -> int: ...
@property
def h(self) -> int: ...
@property
def height(self) -> int: ...
@property
def size(self) -> Tuple[int, int]: ...
Expand Down

0 comments on commit efa35d8

Please sign in to comment.