remove unused imports
This commit is contained in:
parent
b7333bba52
commit
7e5d81e12a
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
from itertools import chain
|
||||
|
||||
from django.utils import timezone
|
||||
from rest_framework.decorators import detail_route, list_route
|
||||
from rest_framework.decorators import list_route
|
||||
from rest_framework.exceptions import ValidationError
|
||||
from rest_framework.generics import get_object_or_404
|
||||
from rest_framework.response import Response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue