File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def concat(
73
73
names = ...,
74
74
verify_integrity : bool = ...,
75
75
sort : bool = ...,
76
- copy : bool = ...,
76
+ copy : bool | None = ...,
77
77
) -> DataFrame :
78
78
...
79
79
@@ -90,7 +90,7 @@ def concat(
90
90
names = ...,
91
91
verify_integrity : bool = ...,
92
92
sort : bool = ...,
93
- copy : bool = ...,
93
+ copy : bool | None = ...,
94
94
) -> Series :
95
95
...
96
96
@@ -107,7 +107,7 @@ def concat(
107
107
names = ...,
108
108
verify_integrity : bool = ...,
109
109
sort : bool = ...,
110
- copy : bool = ...,
110
+ copy : bool | None = ...,
111
111
) -> DataFrame | Series :
112
112
...
113
113
@@ -124,7 +124,7 @@ def concat(
124
124
names = ...,
125
125
verify_integrity : bool = ...,
126
126
sort : bool = ...,
127
- copy : bool = ...,
127
+ copy : bool | None = ...,
128
128
) -> DataFrame :
129
129
...
130
130
@@ -141,7 +141,7 @@ def concat(
141
141
names = ...,
142
142
verify_integrity : bool = ...,
143
143
sort : bool = ...,
144
- copy : bool = ...,
144
+ copy : bool | None = ...,
145
145
) -> DataFrame | Series :
146
146
...
147
147
You can’t perform that action at this time.
0 commit comments