Skip to content

Commit 4d6a36c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0c7845b commit 4d6a36c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/tslibs/test_array_to_datetime.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def test_datetime_subclass(klass):
302302

303303
import pandas as pd
304304
from pandas import Timestamp
305-
import pandas._testing as tm
306305

307306

308307
def test_to_datetime_format_long_string_gh54958():
@@ -314,4 +313,4 @@ def test_to_datetime_format_long_string_gh54958():
314313
ser = pd.Series(["2023010100"])
315314
expected = pd.Series([Timestamp("2023-01-01")])
316315
result = pd.to_datetime(ser, format="%Y%m%d")
317-
tm.assert_series_equal(result, expected)
316+
tm.assert_series_equal(result, expected)

0 commit comments

Comments
 (0)