Skip to content

Commit 3afc9db

Browse files
committed
pylint
1 parent 95e7cd4 commit 3afc9db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

services/web/server/tests/unit/with_dbs/conftest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@
4141
from pydantic import ByteSize, parse_obj_as
4242
from pytest_mock import MockerFixture
4343
from pytest_simcore.helpers.dict_tools import ConfigDict
44-
from pytest_simcore.helpers.monkeypatch_envs import (
45-
setenvs_from_dict,
46-
setenvs_from_envfile,
47-
)
44+
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
4845
from pytest_simcore.helpers.typing_env import EnvVarsDict
4946
from pytest_simcore.helpers.webserver_login import NewUser, UserInfoDict
5047
from pytest_simcore.helpers.webserver_parametrizations import MockedStorageSubsystem

0 commit comments

Comments
 (0)