Removed imports

This commit is contained in:
Christoph Stahl 2024-11-18 22:05:04 +01:00
parent 3fb43de576
commit 7fc5b26391
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ from typing import Tuple
from typing import Type
from abc import ABC, abstractmethod
from syng.player_libmpv import Player
from ..log import logger

View file

@ -18,7 +18,6 @@ from yt_dlp import YoutubeDL
from yt_dlp.utils import DownloadError
from platformdirs import user_cache_dir
from syng.player_libmpv import Player
from ..entry import Entry