summaryrefslogtreecommitdiff
path: root/backend/updater.py
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2023-09-25 13:28:15 -0400
committermarios8543 <marios8543@gmail.com>2023-10-17 17:08:23 +0300
commitca1332334d3e05d36419b3a65b6f5dbee35409ca (patch)
tree779b683ad823eacb395794fad3009d35fd09c7f1 /backend/updater.py
parentaebca54eaccaac827207c1d96b384224f93abb3b (diff)
downloaddecky-loader-ca1332334d3e05d36419b3a65b6f5dbee35409ca.tar.gz
decky-loader-ca1332334d3e05d36419b3a65b6f5dbee35409ca.zip
remove quotes on some types
Diffstat (limited to 'backend/updater.py')
-rw-r--r--backend/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/updater.py b/backend/updater.py
index 0bd7218a..ac7c78d8 100644
--- a/backend/updater.py
+++ b/backend/updater.py
@@ -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