1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00

lint: fix all ruff errorrs

This commit is contained in:
2026-05-17 12:09:58 +03:00
parent 65b2d4f89c
commit 9d19beec08
6 changed files with 3 additions and 8 deletions
-1
View File
@@ -2,7 +2,6 @@ from __future__ import annotations
import asyncio
import sys
from pathlib import Path
from app.core.download.downloader import Downloader
from app.core.download.queue_manager import DownloadJob