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