Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 18, 2024
1 parent de64dba commit 5ad0642
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions py-polars/polars/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,5 @@ def fetchmany(self, *args: Any, **kwargs: Any) -> Any:
EngineType: TypeAlias = Union[Literal["cpu", "gpu"], "GPUEngine"]

ScanSource: TypeAlias = Union[
str
| Path
| IO[bytes]
| bytes
| list[str]
| list[Path]
| list[IO[bytes]]
| list[bytes]
str, Path, IO[bytes], bytes, list[str], list[Path], list[IO[bytes]], list[bytes]
]

0 comments on commit 5ad0642

Please sign in to comment.