Skip to content

Commit

Permalink
Some more broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 17, 2015
1 parent 194bdb8 commit b327fa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hypothesis-extra/hypothesis-datetime/tests/test_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
from datetime import datetime

import hypothesis.settings as hs
from hypothesis import Verifier, given, assume
from hypothesis import given, assume
from hypothesis.internal.verifier import Verifier
from hypothesis.descriptors import one_of
from hypothesis.extra.datetime import naive_datetime, \
timezone_aware_datetime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
unicode_literals

import pytest
from hypothesis import Verifier, given
from hypothesis import given
from hypothesis.internal.verifier import Verifier
from faker.providers import BaseProvider
from hypothesis.searchstrategy import strategy
from hypothesis.descriptortests import descriptor_test_suite
Expand Down

0 comments on commit b327fa5

Please sign in to comment.