mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Remove unnecessary cast
This commit is contained in:
@@ -12,7 +12,7 @@ class RequestsHttpRequest extends Client::HttpRequest {
|
||||
|
||||
RequestsHttpRequest() {
|
||||
method = httpVerbLower() and
|
||||
func = Module::named("requests").attr(method).(CallableValue) and
|
||||
func = Module::named("requests").attr(method) and
|
||||
this = func.getACall()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user