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 коммит произвёл GitHub
Родитель cff63ad5d5
Коммит bfa8515b28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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