this is fucked

This commit is contained in:
Kuba
2025-10-11 17:01:56 +02:00
parent 07a5967919
commit ca3e8522f8
2 changed files with 10 additions and 14 deletions
-2
View File
@@ -1,5 +1,3 @@
from typing import TYPE_CHECKING
if TYPE_CHECKING:
class PlayerModule: class PlayerModule:
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]): def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
pass pass
-2
View File
@@ -1,5 +1,3 @@
from typing import TYPE_CHECKING
if TYPE_CHECKING:
class PlayerModule: class PlayerModule:
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]): def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
pass pass