Skip to content

Commit 8b8e133

Browse files
committed
Python: Fix syntax error
1 parent 46f7a2b commit 8b8e133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ module AiohttpWebModel {
106106
Function getARequestHandler() {
107107
this.getHandlerArg() = poorMansFunctionTracker(result)
108108
or
109-
result = this.getViewClass().(AiohttpViewClass).getARequestHandler()
110-
)
109+
result = this.getViewClass().(AiohttpViewClass).getARequestHandler()
111110
}
112111
}
113112

0 commit comments

Comments
 (0)