chore: code format

This commit is contained in:
Vlad Stan
2023-01-11 14:34:42 +02:00
parent 1ca0cf4313
commit 84d2e93119

View File

@@ -48,6 +48,7 @@ class Extension(NamedTuple):
hash=ext_info.hash if ext_info.module_installed else "", hash=ext_info.hash if ext_info.module_installed else "",
) )
class ExtensionManager: class ExtensionManager:
def __init__(self, include_disabled_exts=False): def __init__(self, include_disabled_exts=False):
self._disabled: List[str] = ( self._disabled: List[str] = (