forked from 0x2620/pandora
cleanup unused imports and unused variables
This commit is contained in:
parent
06f6a79b7b
commit
b1d83b0f93
42 changed files with 30 additions and 155 deletions
|
|
@ -2,12 +2,10 @@
|
|||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
from __future__ import division
|
||||
|
||||
from django.db.models import Max, Min
|
||||
|
||||
import ox
|
||||
from ox.utils import json
|
||||
|
||||
from ox.django.decorators import login_required_json, admin_required_json
|
||||
from ox.django.decorators import admin_required_json
|
||||
from ox.django.shortcuts import render_to_json_response, get_object_or_404_json, json_response
|
||||
|
||||
from ox.django.api import actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue