[Code Samples Inspection] Java > Imports > Unused import

This commit is contained in:
Jakub Chrzanowski 2020-04-16 11:20:38 +02:00
parent 1c25c8c7b8
commit 991d7ad24f

View File

@ -3,11 +3,9 @@
package org.intellij.sdk.intention;
import com.intellij.codeInsight.intention.IntentionAction;
import com.intellij.openapi.application.PathManager;
import com.intellij.testFramework.UsefulTestCase;
import com.intellij.testFramework.builders.JavaModuleFixtureBuilder;
import com.intellij.testFramework.fixtures.*;
import org.junit.*;
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by IntelliJ IDEA.