Skip to content

Commit a473699

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/expr_and_series/str/to_datetime_test.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
from typing import TYPE_CHECKING
4-
from typing import Any
54

65
import pyarrow as pa
76
import pytest
@@ -62,7 +61,6 @@ def test_to_datetime_infer_fmt(constructor: Constructor) -> None:
6261
assert str(result) == expected
6362

6463

65-
6664
def test_to_datetime_series_infer_fmt(constructor_eager: ConstructorEager) -> None:
6765
if "cudf" in str(constructor_eager): # pragma: no cover
6866
expected = "2020-01-01T12:34:56.000000000"

0 commit comments

Comments
 (0)