Skip to content

Commit e666592

Browse files
Fix formatting
1 parent 8a1c323 commit e666592

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/ql/lib/semmle/python/frameworks/Pandas.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ private module Pandas {
158158
* See https://pandas.pydata.org/docs/reference/api/pandas.read_sql.html
159159
*/
160160
class ReadSqlCall extends SqlExecution::Range, DataFlow::CallCfgNode {
161-
ReadSqlCall() { this = API::moduleImport("pandas").getMember(["read_sql", "read_sql_query"]).getACall() }
161+
ReadSqlCall() {
162+
this = API::moduleImport("pandas").getMember(["read_sql", "read_sql_query"]).getACall()
163+
}
162164

163165
override DataFlow::Node getSql() { result in [this.getArg(0), this.getArgByName("sql")] }
164166
}

0 commit comments

Comments
 (0)