Skip to content

Commit

Permalink
some more dev.py alling ig
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiiss committed Nov 24, 2024
1 parent 9a4636f commit da46cf6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildconfig/stubs/pygame/typing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ __all__ = [
from abc import abstractmethod
from collections.abc import Callable
from os import PathLike as _PathProtocol
from typing import IO, Union, TypeVar, Protocol
from typing import IO, Protocol, TypeVar, Union

from pygame.color import Color
from pygame.rect import Rect, FRect

from pygame.rect import FRect, Rect

# For functions that take a file name
_PathLike = Union[str, bytes, _PathProtocol[str], _PathProtocol[bytes]]
Expand Down

0 comments on commit da46cf6

Please sign in to comment.