black and isort

This commit is contained in:
callebtc
2022-10-05 20:08:45 +02:00
parent 792b4566ee
commit 063d01bbe7
8 changed files with 59 additions and 26 deletions

View File

@@ -1,8 +1,7 @@
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):