general clean-up

This commit is contained in:
oslomp
2019-01-10 21:01:15 +01:00
parent 1cf4378316
commit 00d0a32ece
2 changed files with 32 additions and 44 deletions

View File

@ -2,8 +2,6 @@ from datetime import datetime, timedelta
from django.core.cache import caches
from django.shortcuts import render
from stats.utils import user_stats
from django.http import JsonResponse, HttpResponseForbidden
def stats(request):