Skip to content

Commit bfdcae4

Browse files
committed
Python : P -> PY
1 parent 262d43a commit bfdcae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ module VariableCapture {
403403
}
404404

405405
private module CaptureInput implements Shared::InputSig<Location> {
406-
private import python as P
406+
private import python as PY
407407

408-
class BasicBlock extends P::BasicBlock {
408+
class BasicBlock extends PY::BasicBlock {
409409
Callable getEnclosingCallable() { result = this.getScope() }
410410

411411
// TODO: check that this gives useful results

0 commit comments

Comments
 (0)