Skip to content

Commit

Permalink
Yes it is Linting again
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Nov 8, 2024
1 parent 29993d8 commit eb4aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontogpt/ontex/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
OntologyExtractor.create_task(task_type, parameters, **kwargs): Creates a task of the specified
type.
OntologyExtractor.create_random_tasks(num_tasks_per_type, methods, abox): Creates random tasks.
OntologyExtractor.extract_ontology(terms, roots, predicates, include_abox): Extracts an ontology
OntologyExtractor.extract_ontology(terms, roots, predicates, include_abox): Extracts an ontology
module.
OntologyExtractor.extract_indirect_superclasses_task(subclass, siblings, roots, predicates,
select_random, **kwargs): Extracts a task for finding all indirect superclasses of a class.
Expand Down

0 comments on commit eb4aa76

Please sign in to comment.