We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f7a2b commit 8b8e133Copy full SHA for 8b8e133
1 file changed
python/ql/src/semmle/python/frameworks/Aiohttp.qll
@@ -106,8 +106,7 @@ module AiohttpWebModel {
106
Function getARequestHandler() {
107
this.getHandlerArg() = poorMansFunctionTracker(result)
108
or
109
- result = this.getViewClass().(AiohttpViewClass).getARequestHandler()
110
- )
+ result = this.getViewClass().(AiohttpViewClass).getARequestHandler()
111
}
112
113
0 commit comments