mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Python: Fix syntax error
This commit is contained in:
@@ -106,8 +106,7 @@ module AiohttpWebModel {
|
||||
Function getARequestHandler() {
|
||||
this.getHandlerArg() = poorMansFunctionTracker(result)
|
||||
or
|
||||
result = this.getViewClass().(AiohttpViewClass).getARequestHandler()
|
||||
)
|
||||
result = this.getViewClass().(AiohttpViewClass).getARequestHandler()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user