Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 20, 2015
1 parent 43f4562 commit 8ef19a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import hypothesis.settings as hs
from hypothesis import given, assume
from hypothesis.specifiers import one_of
from hypothesis.strategytests import strategy_test_suitee
from hypothesis.extra.datetime import naive_datetime, \
timezone_aware_datetime
from hypothesis.searchstrategy import strategy
from hypothesis.strategytests import strategy_test_suitee
from hypothesis.internal.compat import hrange
from hypothesis.internal.verifier import Verifier

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import pytest
from hypothesis import given
from faker.providers import BaseProvider
from hypothesis.searchstrategy import strategy
from hypothesis.strategytests import strategy_test_suitee
from hypothesis.searchstrategy import strategy
from hypothesis.extra.fakefactory import FakeFactory
from hypothesis.internal.verifier import Verifier

Expand Down
2 changes: 1 addition & 1 deletion tests/common/specifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from collections import namedtuple

from hypothesis.types import RandomWithSeed
from hypothesis.utils.show import show
from hypothesis.specifiers import one_of, sampled_from
from hypothesis.utils.show import show
from hypothesis.internal.compat import text_type, binary_type
from hypothesis.searchstrategy.narytree import Leaf, NAryTree
from hypothesis.searchstrategy.strategies import BuildContext, \
Expand Down
2 changes: 1 addition & 1 deletion tests/test_recursively.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
from hypothesis.core import given
from hypothesis.types import RandomWithSeed
from hypothesis.errors import Unfalsifiable
from hypothesis.utils.show import show
from hypothesis.specifiers import Just, OneOf, SampledFrom, just
from hypothesis.utils.show import show
from tests.common.specifiers import Descriptor, DescriptorWithValue, \
primitive_types
from hypothesis.strategytests import TemplatesFor
Expand Down

0 comments on commit 8ef19a3

Please sign in to comment.