Skip to content

Commit adade47

Browse files
joke1196sonartech
authored andcommitted
SONARPY-3859 Removed unused import
GitOrigin-RevId: adf8b8963b3c83eb761fd0baf7856a455f674296
1 parent 8f3ce60 commit adade47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-checks/src/main/java/org/sonar/python/checks/GenericExceptionRaisedCheck.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.sonar.plugins.python.api.tree.RaiseStatement;
2727
import org.sonar.plugins.python.api.tree.Tree;
2828
import org.sonar.plugins.python.api.tree.Tree.Kind;
29-
import org.sonar.plugins.python.api.types.v2.PythonType;
3029
import org.sonar.plugins.python.api.types.v2.matchers.TypeMatcher;
3130
import org.sonar.plugins.python.api.types.v2.matchers.TypeMatchers;
3231
import org.sonar.python.tree.TreeUtils;

0 commit comments

Comments
 (0)