Skip to content

Commit 84eb8df

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/payments/tests/unit/api/test__payment_method_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from models_library.rabbitmq_basic_types import RPCMethodName
1919
from models_library.users import UserID
2020
from models_library.wallets import WalletID
21-
from pydantic import EmailStr
21+
from pydantic import EmailStr, TypeAdapter
2222
from pytest_mock import MockerFixture
2323
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
2424
from pytest_simcore.helpers.typing_env import EnvVarsDict

0 commit comments

Comments
 (0)