cleanup code

This commit is contained in:
Robert Einsle 2017-04-27 14:04:56 +02:00
parent e71f125b5d
commit a165a0560f

View File

@ -6,7 +6,6 @@ from billard.tasks import process_location_data
from rest_framework import viewsets
from django.shortcuts import render, redirect
from django.views import generic
from django.views.generic.detail import DetailView
from django.contrib.auth.decorators import login_required, permission_required
from django.db.models import Min, Sum
from django.http import HttpResponse