From 451a21091675bd6f3103e858cee5592ca9b400ce Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Tue, 12 Sep 2023 15:29:21 +0200 Subject: [PATCH] Python: Remove query predicate annotation --- .../ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll b/python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll index cd25d2ee87c..ee8652629aa 100644 --- a/python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll +++ b/python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll @@ -77,7 +77,7 @@ module NotExposed { * Holds if `newModelFullyQualified` describes either a new subclass, or a new alias, belonging to `spec` that we should include in our automated modeling. * This new element is defined by `ast`, which is defined at `loc` in the module `mod`. */ - query predicate newModel( + predicate newModel( FindSubclassesSpec spec, string newModelFullyQualified, AstNode ast, Module mod, Location loc ) { (