Python: Update all metrics-dependant queries

The ones that no longer require points-to no longer import
`LegacyPointsTo`. The ones that do use the specific
`...MetricsWithPointsTo` classes that are applicable.
This commit is contained in:
Taus
2026-02-18 16:41:57 +00:00
parent 20fea3955e
commit e8de8433f4
28 changed files with 7 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
import python
private import LegacyPointsTo
from FunctionMetrics func
from FunctionMetricsWithPointsTo func
select func.toString(), func.getCyclomaticComplexity()