Skip to content

Commit 1c4ab49

Browse files
author
Andrei Neagu
committed
added missing import
1 parent 84eb8df commit 1c4ab49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/payments/tests/unit/test_rpc_payments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from models_library.api_schemas_webserver.wallets import WalletPaymentInitiated
1414
from models_library.payments import UserInvoiceAddress
1515
from models_library.rabbitmq_basic_types import RPCMethodName
16+
from pydantic import TypeAdapter
1617
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
1718
from pytest_simcore.helpers.typing_env import EnvVarsDict
1819
from respx import MockRouter

0 commit comments

Comments
 (0)