mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
remove quotes on some types
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class RemoteVer(TypedDict):
|
||||
assets: List[RemoteVerAsset]
|
||||
|
||||
class Updater:
|
||||
def __init__(self, context: 'PluginManager') -> None:
|
||||
def __init__(self, context: PluginManager) -> None:
|
||||
self.context = context
|
||||
self.settings = self.context.settings
|
||||
# Exposes updater methods to frontend
|
||||
|
||||
Reference in New Issue
Block a user