mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
isort
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import asyncio
|
||||
from functools import partial, wraps
|
||||
|
||||
from cashu.core.settings import LIGHTNING_FEE_PERCENT, LIGHTNING_RESERVE_FEE_MIN
|
||||
from cashu.core.settings import (LIGHTNING_FEE_PERCENT,
|
||||
LIGHTNING_RESERVE_FEE_MIN)
|
||||
|
||||
|
||||
def async_wrap(func):
|
||||
|
||||
Reference in New Issue
Block a user