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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue