fix: ruff linting broke (#2418)

fix linting
This commit is contained in:
dni ⚡ 2024-04-16 08:34:33 +02:00 committed by GitHub
parent 69ce0e565b
commit 0714570242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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