Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into readcsv
  • Loading branch information
Dr-Irv authored Jul 2, 2022
commit 1e3e5d2b5a163b45bd5baf39c6d316c2cc95208a
5 changes: 0 additions & 5 deletions pandas-stubs/io/parsers.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ ListLike = Union[
pd.Series,
]

if sys.version_info >= (3, 8):
from typing import Literal
else:
from typing_extensions import Literal

class ReadCsvBuffer(ReadBuffer[AnyStr_cov], Protocol): ...

# read_csv engines
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.