mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Python: Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cff63ad5d5
commit
bfa8515b28
@@ -129,7 +129,7 @@ module SqlAlchemy {
|
||||
ConnectionConstruction() {
|
||||
// without the `pragma[only_bind_out]` we would start with joining
|
||||
// `API::Node.getACall` with `CallCfgNode` which is not optimal
|
||||
this = pragma[only_bind_out](classRef().getACall())
|
||||
this = pragma[only_bind_out](classRef()).getACall()
|
||||
or
|
||||
this = connectionConstruction_helper()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user