mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
python: fix import of "merge moved" file
This commit is contained in:
@@ -27,7 +27,7 @@ import semmle.python.ApiGraphs::API as API
|
|||||||
class Unit = PY::Unit;
|
class Unit = PY::Unit;
|
||||||
|
|
||||||
// Re-export libraries needed by ApiGraphModels.qll
|
// Re-export libraries needed by ApiGraphModels.qll
|
||||||
import semmle.python.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
|
import semmle.python.dataflow.new.internal.AccessPathSyntax as AccessPathSyntax
|
||||||
private import AccessPathSyntax
|
private import AccessPathSyntax
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user