Skip to content

Commit cba0965

Browse files
committed
Use relative import
1 parent 2b734cc commit cba0965

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_tables2/columns/templatecolumn.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
from django.template.loader import get_template
33
from django.utils.html import strip_tags
44

5-
from django_tables2.utils import call_with_appropriate
6-
5+
from ..utils import call_with_appropriate
76
from .base import Column, library
87

98

0 commit comments

Comments
 (0)