Skip to content

Commit 1b51ea1

Browse files
joke1196Sonar Vibe Bot
authored andcommitted
SONARPY-3968 Removed unused import (#1006)
Co-authored-by: Sonar Vibe Bot <vibe-bot@sonarsource.com> GitOrigin-RevId: aef7aaef429693dcb342830428144ec5e09ad021
1 parent 551b34f commit 1b51ea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-frontend/src/main/java/org/sonar/python/semantic/v2/types/typecalculator/QualifiedExpressionCalculator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.sonar.python.semantic.v2.types.typecalculator;
1818

1919
import java.util.Optional;
20-
import org.sonar.plugins.python.api.tree.Expression;
2120
import org.sonar.plugins.python.api.tree.Name;
2221
import org.sonar.plugins.python.api.tree.QualifiedExpression;
2322
import org.sonar.plugins.python.api.types.v2.FullyQualifiedNameHelper;

0 commit comments

Comments
 (0)