We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5f854 commit a473699Copy full SHA for a473699
tests/expr_and_series/str/to_datetime_test.py
@@ -1,7 +1,6 @@
1
from __future__ import annotations
2
3
from typing import TYPE_CHECKING
4
-from typing import Any
5
6
import pyarrow as pa
7
import pytest
@@ -62,7 +61,6 @@ def test_to_datetime_infer_fmt(constructor: Constructor) -> None:
62
61
assert str(result) == expected
63
64
65
-
66
def test_to_datetime_series_infer_fmt(constructor_eager: ConstructorEager) -> None:
67
if "cudf" in str(constructor_eager): # pragma: no cover
68
expected = "2020-01-01T12:34:56.000000000"
0 commit comments