Skip to content

Commit 2fa20eb

Browse files
committed
Fixes bug introduced by merge of foresight additions.
1 parent 7997e1d commit 2fa20eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ class ClassValue extends Value {
423423
/* To determine whether something is a sequence or a mapping is not entirely clear,
424424
* so we need to guess a bit.
425425
*/
426-
this.getASuperType() = ClassValue::tupleType()
426+
this.getASuperType() = ClassValue::tuple()
427427
or
428428
this.getASuperType() = ClassValue::list()
429429
or

0 commit comments

Comments
 (0)