Skip to content

Commit 60c11ea

Browse files
authored
Remove unused import (#1758)
1 parent fc23717 commit 60c11ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-frontend/src/main/java/org/sonar/plugins/python/api/cfg/ControlFlowGraph.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import java.util.Set;
2929
import java.util.WeakHashMap;
3030
import java.util.function.Function;
31-
import java.util.stream.Collectors;
3231
import javax.annotation.CheckForNull;
3332
import javax.annotation.Nullable;
3433
import org.slf4j.Logger;

0 commit comments

Comments
 (0)