Python: autoformat

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-10-28 13:58:01 +02:00
parent b3ba75a00f
commit 3abe3e43d0

View File

@@ -315,9 +315,7 @@ module SqlAlchemy {
*/
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
/** Gets the argument that specifies the SQL text. */
override DataFlow::Node getSql() {
result in [this.getArg(0), this.getArgByName("text")]
}
override DataFlow::Node getSql() { result in [this.getArg(0), this.getArgByName("text")] }
}
/** `TextClause` constructions from the `sqlalchemy` package. */