diff --git a/platform/inspect/src/com/intellij/codeInspection/InspectionProfileLoaderBase.java b/platform/inspect/src/com/intellij/codeInspection/InspectionProfileLoaderBase.java index add21b492ecf..d7c4892b49eb 100644 --- a/platform/inspect/src/com/intellij/codeInspection/InspectionProfileLoaderBase.java +++ b/platform/inspect/src/com/intellij/codeInspection/InspectionProfileLoaderBase.java @@ -10,8 +10,6 @@ import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.yaml.snakeyaml.parser.ParserException; -import java.io.File; - public abstract class InspectionProfileLoaderBase implements InspectionProfileLoader { protected Project project; @@ -26,9 +24,6 @@ public abstract class InspectionProfileLoaderBase Reader = { val includePath = Path.of(configFile.parent).resolve(it)