chore: code format
This commit is contained in:
parent
0ffb158769
commit
619e0f05e2
20 changed files with 121 additions and 81 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