Skip to content
Snippets Groups Projects
Commit f453f6f6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Remove unused import

parent 0f2f8dba
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ from django.contrib.auth.models import User ...@@ -26,7 +26,6 @@ from django.contrib.auth.models import User
from django.db.models import Q from django.db.models import Q
from django.http import HttpResponse from django.http import HttpResponse
from django.shortcuts import get_object_or_404 from django.shortcuts import get_object_or_404
from django.utils import timezone
from django.utils.translation import gettext as _ from django.utils.translation import gettext as _
from rest_framework import permissions, status, viewsets from rest_framework import permissions, status, viewsets
from rest_framework.pagination import LimitOffsetPagination from rest_framework.pagination import LimitOffsetPagination
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment