Skip to content

Commit a92b6a8

Browse files
yoffaschackmull
andauthored
Apply suggestion from @aschackmull
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
1 parent 918ff2e commit a92b6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎python/ql/lib/semmle/python/controlflow/internal/AstNodeImpl.qll‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ private module Input implements InputSig1, InputSig2 {
16571657
or
16581658
e instanceof Py::Subscript
16591659
or
1660-
e instanceof Py::BinaryExpr and e.(Py::BinaryExpr).getOp() instanceof Py::Div
1660+
e.(Py::BinaryExpr).getOp() instanceof Py::Div
16611661
or
16621662
e instanceof Py::ImportExpr
16631663
or

0 commit comments

Comments
 (0)