Skip to content

Commit 900cea8

Browse files
anmyachevvnlitvinov
authored andcommitted
apply isort on pandas/tests/io/parser/test_parse_dates.py
1 parent a72690b commit 900cea8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/tests/io/parser/test_parse_dates.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
"""
77

88
from datetime import date, datetime
9-
from dateutil.parser import parse as du_parse
10-
11-
from hypothesis import given, strategies as st
12-
139
from io import StringIO
1410

11+
from dateutil.parser import parse as du_parse
12+
from hypothesis import given, strategies as st
1513
from dateutil.parser import parse
1614
import numpy as np
1715
import pytest

0 commit comments

Comments
 (0)