remove unused imports, don't use format string when not needed
This commit is contained in:
parent
eb443902c2
commit
30150c4561
5 changed files with 7 additions and 19 deletions
|
|
@ -1,10 +1,7 @@
|
|||
from http import HTTPStatus
|
||||
|
||||
from fastapi import Depends, Query, WebSocket
|
||||
from fastapi import Query, WebSocket
|
||||
from loguru import logger
|
||||
from starlette.exceptions import HTTPException
|
||||
|
||||
from lnbits.decorators import WalletTypeInfo, get_key_type, require_admin_key
|
||||
|
||||
from . import nostrrelay_ext
|
||||
from .client_manager import NostrClientConnection, NostrClientManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue