mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
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:
@@ -1,5 +1,6 @@
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
private import semmle.python.types.ImportTime
|
||||
import interesting
|
||||
|
||||
from int line, ControlFlowNodeWithPointsTo f, Object o, ImportTimeScope n
|
||||
|
||||
Reference in New Issue
Block a user