We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f025e33 commit 7883947Copy full SHA for 7883947
pandas/tests/indexes/datetimes/test_tools.py
@@ -8,6 +8,9 @@
8
import dateutil
9
from dateutil.parser import parse
10
from dateutil.tz.tz import tzoffset
11
+from hypothesis import given
12
+from hypothesis.extra.pytz import timezones
13
+from hypothesis.strategies import datetimes
14
import numpy as np
15
import pytest
16
import pytz
@@ -29,10 +32,6 @@
29
32
from pandas.util import testing as tm
30
33
from pandas.util.testing import assert_series_equal
31
34
-from hypothesis.extra.pytz import timezones
-from hypothesis.strategies import datetimes
-from hypothesis import given
35
-
36
37
class TestTimeConversionFormats(object):
38
0 commit comments