Fix tests for python2.
This commit is contained in:
parent
3eef4a2f8b
commit
416e154359
3 changed files with 6 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import webcolors
|
||||
from hypothesis import given
|
||||
from hypothesis.strategies import sampled_from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue