diff --git a/tests/workbenches/conftest.py b/tests/workbenches/conftest.py index 80613800..4646c1a6 100644 --- a/tests/workbenches/conftest.py +++ b/tests/workbenches/conftest.py @@ -3,7 +3,7 @@ import logging import time import traceback -from typing import Callable, Any, Generator +from typing import Callable, Generator import kubernetes.dynamic from kubernetes.dynamic import DynamicClient diff --git a/tests/workbenches/notebook-controller/test_spawning.py b/tests/workbenches/notebook-controller/test_spawning.py index ab0806a3..681a18a5 100644 --- a/tests/workbenches/notebook-controller/test_spawning.py +++ b/tests/workbenches/notebook-controller/test_spawning.py @@ -16,10 +16,8 @@ import ocp_resources.resource import kubernetes.client -import yaml from kubernetes.dynamic import DynamicClient -from tests.conftest import admin_client from tests.workbenches.conftest import OdhAnnotationsLabels, OdhConstants, PodUtils from tests.workbenches.docs import TestDoc, SuiteDoc, Contact, Desc, Step