remove quotes on some types

This commit is contained in:
AAGaming
2023-09-25 13:28:15 -04:00
committed by marios8543
parent aebca54eac
commit ca1332334d
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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