Skip to content

Commit b98f7ed

Browse files
author
Chris Bertinato
committed
PEP8 fix
1 parent 7ae7a91 commit b98f7ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/arithmetic/test_datetime64.py

-1
Original file line numberDiff line numberDiff line change
@@ -2342,4 +2342,3 @@ def test_to_numpy_alias():
23422342
# GH 24653: alias .to_numpy() for scalars
23432343
ts = pd.Timestamp(datetime.now())
23442344
assert ts.to_datetime64() == ts.to_numpy()
2345-

0 commit comments

Comments
 (0)