Skip to content

Commit 9f0bb94

Browse files
Remove unused import
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c3d41a commit 9f0bb94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/openrewrite/staticanalysis/JavaToCsharp.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import org.openrewrite.java.tree.Statement;
2222

2323
import java.util.List;
24-
import java.util.stream.Collectors;
25-
2624
import static java.util.stream.Collectors.toList;
2725

2826
public class JavaToCsharp {

0 commit comments

Comments
 (0)