Python: Apply suggestions from code review

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2024-03-21 14:51:45 +01:00
committed by GitHub
parent cff63ad5d5
commit bfa8515b28

View File

@@ -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()
}