fix linter

This commit is contained in:
simon 2023-04-22 11:19:44 +07:00
parent 89779ec13b
commit 790ba3d20e
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 6 deletions

View File

@ -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,