Skip to content

Commit cd7914d

Browse files
anmyachevvnlitvinov
authored andcommitted
fixed isort errors
1 parent 9c1ab11 commit cd7914d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/tests/indexes/datetimes/test_tools.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
import dateutil
99
from dateutil.parser import parse
1010
from dateutil.tz.tz import tzoffset
11+
from hypothesis import given
12+
from hypothesis.extra.pytz import timezones
13+
from hypothesis.strategies import datetimes
1114
import numpy as np
1215
import pytest
1316
import pytz
@@ -29,10 +32,6 @@
2932
from pandas.util import testing as tm
3033
from pandas.util.testing import assert_series_equal
3134

32-
from hypothesis.extra.pytz import timezones
33-
from hypothesis.strategies import datetimes
34-
from hypothesis import given
35-
3635

3736
class TestTimeConversionFormats:
3837

0 commit comments

Comments
 (0)