From 07145702428587c908a13cf7b4f54e1d7a4561dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 16 Apr 2024 08:34:33 +0200 Subject: [PATCH] fix: ruff linting broke (#2418) fix linting --- tests/wallets/test_rpc_wallets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wallets/test_rpc_wallets.py b/tests/wallets/test_rpc_wallets.py index 960f7228..e554bf77 100644 --- a/tests/wallets/test_rpc_wallets.py +++ b/tests/wallets/test_rpc_wallets.py @@ -1,8 +1,8 @@ import importlib from typing import Dict, List, Optional +from unittest.mock import Mock import pytest -from mock import Mock from pytest_mock.plugin import MockerFixture from lnbits.core.models import BaseWallet