mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Fixes for ruff check
in list-sources.py
This commit is contained in:
parent
0fa5c9ef97
commit
c69cd7f582
@ -1,7 +1,6 @@
|
|||||||
import os
|
from django.core.management.base import BaseCommand, CommandError # noqa
|
||||||
from django.core.management.base import BaseCommand, CommandError
|
|
||||||
from common.logger import log
|
from common.logger import log
|
||||||
from sync.models import Source, Media, MediaServer
|
from sync.models import Source
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
|
Loading…
Reference in New Issue
Block a user