Skip to content

Commit 0c91ae2

Browse files
committed
revert unnecessary
1 parent 09c665c commit 0c91ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/window/test_timeseries_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def ragged():
3333
Timestamp("20130101 09:00:05"),
3434
Timestamp("20130101 09:00:06"),
3535
]
36-
).as_unit("ns")
36+
)
3737
return df
3838

3939

0 commit comments

Comments
 (0)