Skip to content

Commit 571554d

Browse files
committed
Update packge reference to be relative
1 parent e7408f9 commit 571554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎webmention/tests/test_views.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.http import HttpResponseBadRequest, HttpResponse, HttpResponseServerError
55

66
from ..views import receive
7-
from webmention.resolution import SourceFetchError, TargetNotFoundError
7+
from ..resolution import SourceFetchError, TargetNotFoundError
88

99

1010
class ReceiveTestCase(TestCase):

0 commit comments

Comments
 (0)