@@ -32,7 +32,7 @@ def concat(
32
32
ignore_index : bool = ...,
33
33
keys : Iterable [HashableT2 ] = ...,
34
34
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
35
- names : list [HashableT4 ] = ...,
35
+ names : list [HashableT4 ] | None = ...,
36
36
verify_integrity : bool = ...,
37
37
sort : bool = ...,
38
38
copy : bool = ...,
@@ -46,7 +46,7 @@ def concat( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappin
46
46
ignore_index : bool = ...,
47
47
keys : Iterable [HashableT2 ] = ...,
48
48
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
49
- names : list [HashableT4 ] = ...,
49
+ names : list [HashableT4 ] | None = ...,
50
50
verify_integrity : bool = ...,
51
51
sort : bool = ...,
52
52
copy : bool = ...,
@@ -60,7 +60,7 @@ def concat( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappin
60
60
ignore_index : bool = ...,
61
61
keys : Iterable [HashableT2 ] = ...,
62
62
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
63
- names : list [HashableT4 ] = ...,
63
+ names : list [HashableT4 ] | None = ...,
64
64
verify_integrity : bool = ...,
65
65
sort : bool = ...,
66
66
copy : bool = ...,
@@ -74,7 +74,7 @@ def concat(
74
74
ignore_index : bool = ...,
75
75
keys : Iterable [HashableT2 ] = ...,
76
76
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
77
- names : list [HashableT4 ] = ...,
77
+ names : list [HashableT4 ] | None = ...,
78
78
verify_integrity : bool = ...,
79
79
sort : bool = ...,
80
80
copy : bool = ...,
@@ -88,7 +88,7 @@ def concat( # type: ignore[overload-overlap]
88
88
ignore_index : bool = ...,
89
89
keys : Iterable [HashableT2 ] = ...,
90
90
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
91
- names : list [HashableT4 ] = ...,
91
+ names : list [HashableT4 ] | None = ...,
92
92
verify_integrity : bool = ...,
93
93
sort : bool = ...,
94
94
copy : bool = ...,
@@ -102,7 +102,7 @@ def concat( # type: ignore[overload-overlap]
102
102
ignore_index : bool = ...,
103
103
keys : Iterable [HashableT2 ] = ...,
104
104
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
105
- names : list [HashableT4 ] = ...,
105
+ names : list [HashableT4 ] | None = ...,
106
106
verify_integrity : bool = ...,
107
107
sort : bool = ...,
108
108
copy : bool = ...,
@@ -119,7 +119,7 @@ def concat(
119
119
ignore_index : bool = ...,
120
120
keys : Iterable [HashableT2 ] = ...,
121
121
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
122
- names : list [HashableT4 ] = ...,
122
+ names : list [HashableT4 ] | None = ...,
123
123
verify_integrity : bool = ...,
124
124
sort : bool = ...,
125
125
copy : bool = ...,
0 commit comments