Skip to content

Commit e66e3fd

Browse files
committed
Need absolute_import now.
1 parent c1d0de2 commit e66e3fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hyperlink/hypothesis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Hypothesis strategies.
44
"""
5+
from __future__ import absolute_import
56

67
try:
78
import hypothesis

0 commit comments

Comments
 (0)