From f5edaa0058d75d37973dc1c2a2456acff6fb8eb7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:43:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/workbenches/conftest.py | 2 +- tests/workbenches/notebook-controller/test_spawning.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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