We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ba75a commit 3abe3e4Copy full SHA for 3abe3e4
python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll
@@ -315,9 +315,7 @@ module SqlAlchemy {
315
*/
316
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
317
/** Gets the argument that specifies the SQL text. */
318
- override DataFlow::Node getSql() {
319
- result in [this.getArg(0), this.getArgByName("text")]
320
- }
+ override DataFlow::Node getSql() { result in [this.getArg(0), this.getArgByName("text")] }
321
}
322
323
/** `TextClause` constructions from the `sqlalchemy` package. */
0 commit comments