Cleanup (unused import)

GitOrigin-RevId: abcee7839eba2f8be825963f07905a5f776363d8
This commit is contained in:
Roman Shevchenko
2020-01-02 17:51:07 +01:00
committed by intellij-monorepo-bot
parent 66b413430f
commit cc2fc4a4bd

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.psi.augment;
import com.intellij.diagnostic.PluginException;
@@ -16,7 +16,6 @@ import com.intellij.psi.PsiTypeElement;
import com.intellij.psi.util.PsiUtil;
import com.intellij.util.Processor;
import com.intellij.util.SmartList;
import com.intellij.util.containers.ContainerUtil;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;