mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +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
|
||||
from django.core.management.base import BaseCommand, CommandError # noqa
|
||||
from common.logger import log
|
||||
from sync.models import Source, Media, MediaServer
|
||||
from sync.models import Source
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
Loading…
Reference in New Issue
Block a user