diff options
| author | AAGaming <aagaming@riseup.net> | 2023-09-25 13:28:15 -0400 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-31 23:13:19 +0200 |
| commit | de1b24b8bc4188de9852ee98c3c71043e37974ea (patch) | |
| tree | ca71bf76efe66aeacfe8920bf4c090f638874b2e /backend/src/updater.py | |
| parent | fae09596a706add2f053f48420290524298f2a28 (diff) | |
| download | decky-loader-de1b24b8bc4188de9852ee98c3c71043e37974ea.tar.gz decky-loader-de1b24b8bc4188de9852ee98c3c71043e37974ea.zip | |
remove quotes on some types
Diffstat (limited to 'backend/src/updater.py')
| -rw-r--r-- | backend/src/updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/updater.py b/backend/src/updater.py index b4f92adb..d28e67b0 100644 --- a/backend/src/updater.py +++ b/backend/src/updater.py @@ -27,7 +27,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 |
