diff options
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 d28e67b0..b4f92adb 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 |
