diff --git a/tubearchivist/api/views.py b/tubearchivist/api/views.py index be9e712..2e3f142 100644 --- a/tubearchivist/api/views.py +++ b/tubearchivist/api/views.py @@ -15,12 +15,7 @@ from home.src.ta.config import AppConfig from home.src.ta.ta_redis import RedisArchivist from home.src.ta.task_manager import TaskCommand, TaskManager from home.src.ta.urlparser import Parser -from home.tasks import ( - BaseTask, - check_reindex, - extrac_dl, - subscribe_to, -) +from home.tasks import BaseTask, check_reindex, extrac_dl, subscribe_to from rest_framework.authentication import ( SessionAuthentication, TokenAuthentication,