chore: small fixes and updates

- formatting
- small fix in a bitcoind model
- update the fake blitz scripts
- remove some dead code (app status sub)
This commit is contained in:
fusion44 2025-04-01 20:51:57 +02:00 committed by fusion44
parent 4e038e8fc7
commit 824fa62c4d
12 changed files with 14 additions and 39 deletions

View file

@ -24,9 +24,6 @@ class NativePythonApps(AppsBase):
async def get_app_status_advanced(self, app_id: str) -> Result[AppStatus, Report]:
raise _NotImplemented()
async def get_app_status_sub(self):
raise _NotImplemented()
async def install_app_sub(self, app_id: str):
raise _NotImplemented()