Python: Remove query predicate annotation

This commit is contained in:
Rasmus Wriedt Larsen
2023-09-12 15:29:21 +02:00
parent e5aae0d7e7
commit 6024ca0167

View File

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