mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Fix error after merge conflict
This commit is contained in:
@@ -42,7 +42,7 @@ predicate side_effecting_descriptor_type(ClassValue descriptor) {
|
||||
* we want to treat them as having no effect.
|
||||
*/
|
||||
|
||||
not descriptor = ClassValue::function() and
|
||||
not descriptor = ClassValue::functionType() and
|
||||
not descriptor = ClassValue::staticmethod() and
|
||||
not descriptor = ClassValue::classmethod()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user