remove lots of unused code

This commit is contained in:
jonaswinkler
2021-02-04 23:40:53 +01:00
parent a5726ae005
commit 6ed228aa18
10 changed files with 8 additions and 66 deletions

View File

@@ -1,10 +1,9 @@
from django.core.management.base import BaseCommand
from ...mixins import Renderable
from ...tasks import train_classifier
class Command(Renderable, BaseCommand):
class Command(BaseCommand):
help = """
Trains the classifier on your data and saves the resulting models to a