diff --git a/dr_botzo/dispatch/views.py b/dr_botzo/dispatch/views.py index 70bd572..fa19f76 100644 --- a/dr_botzo/dispatch/views.py +++ b/dr_botzo/dispatch/views.py @@ -8,7 +8,6 @@ import os import xmlrpclib from django.conf import settings -from django.shortcuts import get_object_or_404 from rest_framework import generics, status from rest_framework.permissions import IsAuthenticated from rest_framework.response import Response