Removed imports
This commit is contained in:
parent
3fb43de576
commit
7fc5b26391
2 changed files with 0 additions and 2 deletions
syng/sources
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue