Skip to content

Commit 079c7e0

Browse files
authored
Python: Autoformat
1 parent 2890fe6 commit 079c7e0

File tree

1 file changed

+1
-2
lines changed
  • python/ql/src/semmle/python/frameworks

1 file changed

+1
-2
lines changed

python/ql/src/semmle/python/frameworks/Dill.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ private import semmle.python.ApiGraphs
1515
* to https://docs.python.org/3/library/pickle.html#pickle.loads)
1616
*/
1717
private class DillLoadsCall extends Decoding::Range, DataFlow::CallCfgNode {
18-
19-
DillLoadsCall() { this = API::moduleImport("dill").getMember("loads").getACall()}
18+
DillLoadsCall() { this = API::moduleImport("dill").getMember("loads").getACall() }
2019

2120
override predicate mayExecuteInput() { any() }
2221

0 commit comments

Comments
 (0)