File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,9 @@ def _raise_on_incompatible(left, right):
831
831
832
832
833
833
def period_array (
834
- data : Sequence [Optional [Period ]], freq : Optional [Tick ] = None , copy : bool = False
834
+ data : Sequence [Optional [Period ]],
835
+ freq : Optional [Union [str , Tick ]] = None ,
836
+ copy : bool = False ,
835
837
) -> PeriodArray :
836
838
"""
837
839
Construct a new PeriodArray from a sequence of Period scalars.
Original file line number Diff line number Diff line change @@ -136,15 +136,9 @@ ignore_errors=True
136
136
[mypy-pandas.tests.arithmetic.test_datetime64]
137
137
ignore_errors =True
138
138
139
- [mypy-pandas.tests.arrays.test_array]
140
- ignore_errors =True
141
-
142
139
[mypy-pandas.tests.arrays.test_datetimelike]
143
140
ignore_errors =True
144
141
145
- [mypy-pandas.tests.arrays.test_period]
146
- ignore_errors =True
147
-
148
142
[mypy-pandas.tests.dtypes.test_common]
149
143
ignore_errors =True
150
144
@@ -190,9 +184,6 @@ ignore_errors=True
190
184
[mypy-pandas.tests.series.test_operators]
191
185
ignore_errors =True
192
186
193
- [mypy-pandas.tests.test_base]
194
- ignore_errors =True
195
-
196
187
[mypy-pandas.tests.tseries.offsets.test_offsets]
197
188
ignore_errors =True
198
189
You can’t perform that action at this time.
0 commit comments