Skip to content

Commit d089b8b

Browse files
committed
CLN: Remove non-public class
1 parent f60035f commit d089b8b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas-stubs/io/parsers/readers.pyi

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from collections import abc
22
import csv
33
from typing import (
4-
Any,
54
Hashable,
65
Literal,
7-
NamedTuple,
86
Sequence,
97
overload,
108
)
@@ -22,10 +20,6 @@ from pandas._typing import (
2220
StorageOptions,
2321
)
2422

25-
class _DeprecationConfig(NamedTuple):
26-
default_value: Any
27-
msg: str | None
28-
2923
@overload
3024
def read_csv(
3125
filepath_or_buffer: FilePath | ReadCsvBuffer[bytes] | ReadCsvBuffer[str],

0 commit comments

Comments
 (0)