Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55ffdb4

Browse files
committed
make most imports in ApiGraphModelsSpecific.qll private
1 parent 1f8e7c3 commit 55ffdb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
*/
2121

2222
private import python as PY
23-
import semmle.python.dataflow.new.DataFlow
23+
private import semmle.python.dataflow.new.DataFlow
2424
private import ApiGraphModels
25-
import semmle.python.ApiGraphs
25+
import semmle.python.ApiGraphs::API as API
2626

2727
class Unit = PY::Unit;
2828

0 commit comments

Comments
 (0)