Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Nov 11, 2017
1 parent 027abe7 commit 727b394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/types/test_phonenumber.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from sqlalchemy_utils import ( # noqa
PhoneNumber,
PhoneNumberParseException,
PhoneNumberType
PhoneNumberType,
types
)

VALID_PHONE_NUMBERS = (
Expand Down

0 comments on commit 727b394

Please sign in to comment.