Skip to content

Commit

Permalink
Remove unnecessary logging import
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Mar 20, 2020
1 parent fdc5ecb commit d75c868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rdmo/views/templatetags/view_tags.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import logging

from django import template

register = template.Library()
log = logging.getLogger(__name__)


@register.simple_tag(takes_context=True)
Expand Down

0 comments on commit d75c868

Please sign in to comment.