mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
chore: code format
This commit is contained in:
@@ -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] = (
|
||||||
|
Reference in New Issue
Block a user