Skip to content

Commit 4faf19a

Browse files
guillaume-dequennesonartech
authored andcommitted
SONARPY-2815 Fix quality gate issues (#222)
GitOrigin-RevId: c114d93975034c4475a7e529367371cc1abfb3a4
1 parent 4911690 commit 4faf19a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

python-frontend/src/main/java/org/sonar/python/semantic/v2/LazyTypesContext.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
*/
1717
package org.sonar.python.semantic.v2;
1818

19-
import java.util.HashMap;
2019
import java.util.Map;
2120
import java.util.concurrent.ConcurrentHashMap;
22-
import org.sonar.python.types.v2.LazyType;
23-
import org.sonar.python.types.v2.LazyTypeWrapper;
2421
import org.sonar.plugins.python.api.types.v2.PythonType;
2522
import org.sonar.plugins.python.api.types.v2.TypeWrapper;
23+
import org.sonar.python.types.v2.LazyType;
24+
import org.sonar.python.types.v2.LazyTypeWrapper;
2625

2726
public class LazyTypesContext {
2827
private final Map<String, LazyType> lazyTypes;

0 commit comments

Comments
 (0)