Skip to content

Commit 2d8689a

Browse files
committed
Fix logging
1 parent d580b67 commit 2d8689a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocsext/theme/templatetags/ext_theme_tags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import logging
12
from urllib.parse import urljoin
23

34
from django import template
@@ -11,6 +12,7 @@
1112
from django.forms import boundfield
1213

1314

15+
log = logging.getLogger(__name__)
1416
register = template.Library()
1517

1618

0 commit comments

Comments
 (0)