mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-14 12:02:46 +02:00
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:
parent
4e038e8fc7
commit
824fa62c4d
12 changed files with 14 additions and 39 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue