fix unused imports

This commit is contained in:
Tobias Bengfort
2021-06-23 08:43:09 +02:00
parent 34fcca57c8
commit 84f93444a3
5 changed files with 3 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ import user_agents
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render
from django.template.context import RequestContext
from django.template.context_processors import csrf
from django.utils import timezone
from jose import jwt