Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent 004d870 commit f5edaa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/workbenches/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/workbenches/notebook-controller/test_spawning.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f5edaa0

Please sign in to comment.