From 5c7c7f9965ca67e80640fd6bf988297b9e60119e Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:36:13 +0200 Subject: [PATCH] make format --- cashu/wallet/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/wallet/wallet.py b/cashu/wallet/wallet.py index 4d9f6d9..25e206c 100644 --- a/cashu/wallet/wallet.py +++ b/cashu/wallet/wallet.py @@ -2,8 +2,8 @@ import base64 import json import secrets as scrts import uuid -from typing import Dict, List from itertools import groupby +from typing import Dict, List import requests from loguru import logger