Python: Get rid of points-to from Definitions.qll

Turns out the `ImportTime` module (despite living in
`semmle.python.types` does not actually depend on points-to, so some of
the `LegacyPointsTo` imports could be replaced or removed.
This commit is contained in:
Taus
2025-10-31 14:56:13 +00:00
parent 7328f26311
commit e09840426c
8 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
import python
private import LegacyPointsTo
private import semmle.python.types.ImportTime
import IDEContextual
private newtype TDefinition =