Skip to content

Commit 4f3f93f

Browse files
authored
Python: Autoformat
1 parent 3fd0ec7 commit 4f3f93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/src/semmle/python/dataflow/new/internal/DataFlowUtil.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ predicate localFlowStep(Node nodeFrom, Node nodeTo) { simpleLocalFlowStep(nodeFr
1818
predicate localFlow(Node source, Node sink) { localFlowStep*(source, sink) }
1919

2020
/**
21-
* DEPRECATED. Use the API graphs library instead.
22-
*
21+
* DEPRECATED. Use the API graphs library (`semmle.python.ApiGraphs`) instead.
22+
*
2323
* For a drop-in replacement, use `API::moduleImport(name).getAUse()`.
24-
*
24+
*
2525
* Gets a `Node` that refers to the module referenced by `name`.
2626
* Note that for the statement `import pkg.mod`, the new variable introduced is `pkg` that is a
2727
* reference to the module `pkg`.

0 commit comments

Comments
 (0)