Skip to content

Commit b6bdcd0

Browse files
committed
Delete redundant exists()
1 parent 98c8503 commit b6bdcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/libraries/Python_JWT.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ private module Python_JWT {
5151

5252
override DataFlow::Node getOptions() { none() }
5353

54-
override predicate verifiesSignature() { exists( | verifiesSignature = true) }
54+
override predicate verifiesSignature() { verifiesSignature = true }
5555
}
5656
}

0 commit comments

Comments
 (0)