Skip to content

Commit c1f3eaf

Browse files
committed
fixe pylint
1 parent 4f2e55d commit c1f3eaf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

services/web/server/tests/unit/with_dbs/03/test_users_rest_registration.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
import pytest
1414
import simcore_service_webserver.login._auth_service
15-
import simcore_service_webserver.users
16-
import simcore_service_webserver.users._users_repository
17-
import simcore_service_webserver.users._users_service
1815
import sqlalchemy as sa
1916
from aiohttp.test_utils import TestClient
2017
from common_library.pydantic_fields_extension import is_nullable
@@ -30,7 +27,7 @@
3027
from pytest_simcore.helpers.faker_factories import (
3128
DEFAULT_TEST_PASSWORD,
3229
)
33-
from pytest_simcore.helpers.monkeypatch_envs import EnvVarsDict, setenvs_from_dict
30+
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
3431
from pytest_simcore.helpers.typing_env import EnvVarsDict
3532
from pytest_simcore.helpers.webserver_login import (
3633
UserInfoDict,
@@ -42,11 +39,6 @@
4239
)
4340
from simcore_service_webserver.db.plugin import get_asyncpg_engine
4441

45-
# pylint: disable=redefined-outer-name
46-
# pylint: disable=unused-argument
47-
# pylint: disable=unused-variable
48-
# pylint: disable=too-many-arguments
49-
5042

5143
@pytest.fixture
5244
def app_environment(

0 commit comments

Comments
 (0)