We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f9fa commit 5a80f48Copy full SHA for 5a80f48
services/web/server/tests/unit/with_dbs/03/login/test_login_utils_emails.py
@@ -11,7 +11,6 @@
11
from aiohttp import web
12
from aiohttp.test_utils import make_mocked_request
13
from faker import Faker
14
-from json2html import json2html
15
from pytest_mock import MockerFixture
16
from pytest_simcore.helpers.typing_env import EnvVarsDict
17
from simcore_service_webserver.application_settings import setup_settings
@@ -23,6 +22,7 @@
23
22
get_template_path,
24
send_email_from_template,
25
)
+from simcore_service_webserver.publications._utils import json2html
26
from simcore_service_webserver.statics._constants import FRONTEND_APPS_AVAILABLE
27
28
0 commit comments