Skip to content

Commit

Permalink
Remove unused import from CheckUtils (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-guarino-sonarsource authored Aug 28, 2020
1 parent f9b6e44 commit afa4cc5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@

import java.util.List;
import javax.annotation.Nullable;
import org.sonar.plugins.python.api.symbols.Symbol;
import org.sonar.plugins.python.api.tree.ArgList;
import org.sonar.plugins.python.api.tree.Argument;
import org.sonar.plugins.python.api.tree.CallExpression;
import org.sonar.plugins.python.api.tree.ClassDef;
import org.sonar.plugins.python.api.tree.Tree;
import org.sonar.python.api.PythonTokenType;
import org.sonar.python.tree.TreeUtils;

public class CheckUtils {

Expand Down

0 comments on commit afa4cc5

Please sign in to comment.