mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 06:35:23 +01:00
added Optional
This commit is contained in:
parent
7f1a08e16a
commit
ccdb6d76bd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from http import HTTPStatus
|
||||
from typing import List
|
||||
from typing import List, Optional
|
||||
|
||||
from . import db
|
||||
from .models import BtcToLnSwap, LnToBtcSwap, Token, UpdateLnToBtcSwap
|
||||
|
|
Loading…
Add table
Reference in a new issue