8000 fixed isort errors · anmyachev/pandas@b60f1d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b60f1d5

Browse files
committed
fixed isort errors
1 parent 7ed05f2 commit b60f1d5

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
@@ -6,6 +6,9 @@
66

77
from dateutil.parser import parse
88
from dateutil.tz.tz import tzoffset
9+
from hypothesis import given
10+
from hypothesis.extra.pytz import timezones
11+
from hypothesis.strategies import datetimes
912
import numpy as np
1013
import pytest
1114
import pytz
@@ -26,10 +29,6 @@
2629
from pandas.util import testing as tm
2730
from pandas.util.testing import assert_series_equal
2831

29-
from hypothesis.extra.pytz import timezones
30-
from hypothesis.strategies import datetimes
31-
from hypothesis import given
32-
3332

3433
class TestTimeConversionFormats:
3534

0 commit comments

Comments
 (0)
0