Skip to content

Commit

Permalink
refactor: Remove unused imports
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.RemoveUnusedImports?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
timtebeek and TeamModerne committed Feb 5, 2024
1 parent 628be5e commit 8d8e4f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.openrewrite.kubernetes.examples.cr;

import io.fabric8.kubernetes.api.model.Namespaced;
import io.fabric8.kubernetes.api.model.apiextensions.v1.CustomResourceValidationFluent;
import io.fabric8.kubernetes.client.CustomResource;
import io.fabric8.kubernetes.model.annotation.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import org.openrewrite.DocumentExample;
import org.openrewrite.kubernetes.KubernetesRecipeTest;

import java.util.Set;

import static org.openrewrite.yaml.Assertions.yaml;

class FindDisallowedImageTagsTest extends KubernetesRecipeTest {
Expand Down

0 comments on commit 8d8e4f5

Please sign in to comment.