python: fix import of "merge moved" file

This commit is contained in:
yoff
2022-06-23 12:05:55 +00:00
committed by GitHub
parent 1e20cca913
commit a2851baa9f

View File

@@ -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
/** /**