Skip to content

Commit 6778873

Browse files
committed
revert no-longer-necessary
1 parent 92a162c commit 6778873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_asfreq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_asfreq2(self, frame_or_series):
3434
],
3535
dtype="M8[ns]",
3636
freq="BME",
37-
).as_unit("ns"),
37+
),
3838
)
3939

4040
daily_ts = ts.asfreq("B")

0 commit comments

Comments
 (0)