mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 16:21:03 +02:00
Linting
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
# Copyright (C) 2017-2019 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.urls import reverse
|
||||
from django.utils.html import format_html
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from polymorphic.admin import PolymorphicChildModelAdmin, \
|
||||
|
@ -20,7 +20,7 @@ class Command(BaseCommand):
|
||||
"Old data structure has been deleted. This script won't work "
|
||||
"anymore (and is now useless)"))
|
||||
|
||||
from media.models import OldCD, OldComic, OldGame, OldManga, OldNovel, \
|
||||
from media.models import OldCD, OldComic, OldGame, OldManga, OldNovel,\
|
||||
OldReview, OldVinyl
|
||||
|
||||
# Migrate books
|
||||
|
Reference in New Issue
Block a user