fix: exclude /nostr from code format
This commit is contained in:
parent
f369e2fdac
commit
1e4ea75b00
9 changed files with 46 additions and 31 deletions
|
|
@ -3,9 +3,10 @@ from typing import Dict, List, Optional
|
|||
|
||||
from fastapi import Request
|
||||
from fastapi.param_functions import Query
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
|
||||
|
||||
class Relay(BaseModel):
|
||||
id: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue