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
|
|
@ -12,14 +12,13 @@ from django.db.models.signals import pre_delete
|
|||
|
||||
import ox
|
||||
|
||||
from archive import extract
|
||||
from clip.models import Clip
|
||||
from changelog.models import Changelog
|
||||
|
||||
from item.utils import sort_string
|
||||
import managers
|
||||
import utils
|
||||
from tasks import update_matches, update_item
|
||||
from tasks import update_matches
|
||||
|
||||
|
||||
def get_super_matches(obj, model):
|
||||
|
|
|
|||
|
|
@ -4,13 +4,11 @@ from __future__ import division
|
|||
|
||||
from django.conf import settings
|
||||
|
||||
import ox
|
||||
from ox.utils import json
|
||||
from ox.django.decorators import login_required_json
|
||||
from ox.django.shortcuts import render_to_json_response, get_object_or_404_json, json_response
|
||||
|
||||
|
||||
from item.models import Item
|
||||
from ox.django.api import actions
|
||||
|
||||
from item import utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue