Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 451a210

Browse files
committed
Python: Remove query predicate annotation
1 parent b1f5dea commit 451a210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module NotExposed {
7777
* Holds if `newModelFullyQualified` describes either a new subclass, or a new alias, belonging to `spec` that we should include in our automated modeling.
7878
* This new element is defined by `ast`, which is defined at `loc` in the module `mod`.
7979
*/
80-
query predicate newModel(
80+
predicate newModel(
8181
FindSubclassesSpec spec, string newModelFullyQualified, AstNode ast, Module mod, Location loc
8282
) {
8383
(

0 commit comments

Comments
 (0)