@@ -29,7 +29,7 @@ def concat(
29
29
axis : AxisIndex = ...,
30
30
join : Literal ["inner" , "outer" ] = ...,
31
31
ignore_index : bool = ...,
32
- keys : list [HashableT2 ] = ...,
32
+ keys : Iterable [HashableT2 ] = ...,
33
33
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
34
34
names : list [HashableT4 ] = ...,
35
35
verify_integrity : bool = ...,
@@ -43,7 +43,7 @@ def concat(
43
43
axis : AxisIndex = ...,
44
44
join : Literal ["inner" , "outer" ] = ...,
45
45
ignore_index : bool = ...,
46
- keys : list [HashableT2 ] = ...,
46
+ keys : Iterable [HashableT2 ] = ...,
47
47
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
48
48
names : list [HashableT4 ] = ...,
49
49
verify_integrity : bool = ...,
@@ -57,7 +57,7 @@ def concat(
57
57
axis : AxisColumn ,
58
58
join : Literal ["inner" , "outer" ] = ...,
59
59
ignore_index : bool = ...,
60
- keys : list [HashableT2 ] = ...,
60
+ keys : Iterable [HashableT2 ] = ...,
61
61
levels : Sequence [list [HashableT3 ] | tuple [HashableT3 , ...]] = ...,
62
62
names : list [HashableT4 ] = ...,
63
63
verify_integrity : bool = ...,
0 commit comments