Skip to content

Commit ee3ab9d

Browse files
committed
fix pylint tests
1 parent 9bd8349 commit ee3ab9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_rpc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,6 @@ async def test_rpc_client_get_project_marked_as_job_not_found(
354354
logged_user: UserInfoDict,
355355
user_project: ProjectDict,
356356
):
357-
from servicelib.rabbitmq.rpc_interfaces.webserver.errors import (
358-
ProjectNotFoundRpcError,
359-
)
360357

361358
project_uuid = ProjectID(user_project["uuid"])
362359
user_id = logged_user["id"]

0 commit comments

Comments
 (0)