mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Fix query tests
Mostly just adding `private import LegacyPointsTo`. Sometimes getting rid of other imports that are superceded by that module.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
import python
|
||||
import meta.MetaMetrics
|
||||
private import LegacyPointsTo
|
||||
|
||||
newtype TTarget =
|
||||
TFunction(Function func) or
|
||||
|
||||
Reference in New Issue
Block a user