-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Remove unused imports in DockerImageWatcherRestartContainerTest #3213
Conversation
DockerImageWatcherRestartContainerTest: Remove unused imports eclipse-jkube#2922 to clean up the code and improve readability. On branch pr/issue2922
Eclipse JKube CI ReportStarted new GH workflow run for #3213 (2024-07-01T12:13:05Z) ⚙️ JKube E2E Tests (9743545172)
|
Please comment on the issue before raising PR. |
Ok, I'll remember that. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
DockerImageWatcherRestartContainerTest: Remove unused imports #2922 to clean up the code and improve readability.
On branch pr/issue2922
Description
This PR addresses issue #2922 by removing unused imports in the
DockerImageWatcherRestartContainerTest
class. Specifically, the import statement on line 43:import org.eclipse.jkube.kit.config.access.ClusterAccess;
Fixes #2922
Type of change
test, version modification, documentation, etc.)
Checklist