mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 12:02:39 +02:00
format
This commit is contained in:
@@ -221,4 +221,4 @@ class TinyURL(BaseModel):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_row(cls, row: Row):
|
def from_row(cls, row: Row):
|
||||||
return cls(id=row["id"],url=row["url"])
|
return cls(id=row["id"], url=row["url"])
|
||||||
|
Reference in New Issue
Block a user