fix a couple types

This commit is contained in:
marios8543
2023-11-14 00:34:48 +02:00
parent 70532c8d0b
commit 8b0d1753ef
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@ if TYPE_CHECKING:
from .injector import get_gamepadui_tab
from .plugin.plugin import PluginWrapper
from .wsrouter import WSRouter
Plugins = dict[str, PluginWrapper]
ReloadQueue = Queue[Tuple[str, str, bool | None] | Tuple[str, str]]