mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-12-23 10:20:13 +00:00
fix linter
This commit is contained in:
parent
89779ec13b
commit
790ba3d20e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user