Skip to content

Commit

Permalink
fix broken import of MilliSatoshi (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Sep 3, 2024
1 parent e2f97f0 commit bbe4ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from fastapi import Query, Request
from lnurl import Lnurl, LnurlWithdrawResponse
from lnurl import encode as lnurl_encode
from lnurl.types import ClearnetUrl, MilliSatoshi
from lnurl.models import ClearnetUrl, MilliSatoshi
from pydantic import BaseModel


Expand Down

0 comments on commit bbe4ef9

Please sign in to comment.