Python: Remove query predicate annotation

This commit is contained in:
Rasmus Wriedt Larsen
2023-09-12 15:29:21 +02:00
parent b1f5dea70c
commit 451a210916

View File

@@ -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
) {
(