summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-05-28 20:25:06 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-05-28 20:25:06 +0200
commit8d74f8c3a5d28564a2b3c2fda6ab151510e3ecaa (patch)
treeb2d0e7d032a24d00949c3c394faf97b3a06d8fc8
parent063784db760a85236068a8bbacd01af2d1036d4b (diff)
downloadarchweb-8d74f8c3a5d28564a2b3c2fda6ab151510e3ecaa.tar.gz
archweb-8d74f8c3a5d28564a2b3c2fda6ab151510e3ecaa.zip
main: remove unused imports
-rw-r--r--main/templatetags/pgp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/templatetags/pgp.py b/main/templatetags/pgp.py
index 16b63232..166bf0e5 100644
--- a/main/templatetags/pgp.py
+++ b/main/templatetags/pgp.py
@@ -3,8 +3,6 @@ from django.conf import settings
from django.utils.html import conditional_escape
from django.utils.safestring import mark_safe
-from ..utils import cache_function
-from devel.models import DeveloperKey
register = template.Library()