Skip to content

Commit 195e405

Browse files
Move Import
1 parent ac7d240 commit 195e405

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/tslibs/test_parsing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
WASM,
2020
is_platform_windows,
2121
)
22+
from pandas.core.tools.datetimes import _guess_datetime_format_for_array
2223
import pandas.util._test_decorators as td
2324

2425
# Usually we wouldn't want this import in this test file (which is targeted at
@@ -426,9 +427,6 @@ def test_parse_datetime_string_with_reso_yearfirst(yearfirst, input):
426427
assert result[0] == expected
427428

428429

429-
from pandas.core.tools.datetimes import _guess_datetime_format_for_array
430-
431-
432430
@pytest.mark.parametrize(
433431
"expected_format, array",
434432
[

0 commit comments

Comments
 (0)