File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
python-frontend/src/main/java/org/sonar Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2525import org .sonar .plugins .python .api .caching .CacheContext ;
2626import org .sonar .plugins .python .api .symbols .Symbol ;
2727import org .sonar .python .semantic .ProjectLevelSymbolTable ;
28- import org .sonar .python .types .TypeShed ;
2928
3029public class PythonInputFileContext {
3130
Original file line number Diff line number Diff line change 4545import org .sonar .plugins .python .api .tree .Token ;
4646import org .sonar .plugins .python .api .tree .Tree ;
4747import org .sonar .plugins .python .api .tree .Tree .Kind ;
48- import org .sonar .python .types .v2 .TypeChecker ;
4948import org .sonar .python .regex .PythonAnalyzerRegexSource ;
5049import org .sonar .python .regex .PythonRegexIssueLocation ;
5150import org .sonar .python .regex .RegexContext ;
52- import org .sonar .python .types .TypeShed ;
51+ import org .sonar .python .types .v2 . TypeChecker ;
5352import org .sonarsource .analyzer .commons .regex .RegexParseResult ;
5453import org .sonarsource .analyzer .commons .regex .RegexParser ;
5554import org .sonarsource .analyzer .commons .regex .ast .FlagSet ;
You can’t perform that action at this time.
0 commit comments