Skip to content

Commit

Permalink
fix typo (#247)
Browse files Browse the repository at this point in the history
`bioloigical_process` -> `biological_process`
  • Loading branch information
caufieldjh authored Oct 23, 2023
2 parents 920932a + 874a4d9 commit ee925c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontogpt/engines/knowledge_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# TODO: introspect
# TODO: move this to its own module
DATAMODELS = [
"bioloigical_process.BiologicalProcess",
"biological_process.BiologicalProcess",
"biotic_interaction.BioticInteraction",
"cell_type.CellTypeDocument",
"ctd.ChemicalToDiseaseDocument",
Expand Down

0 comments on commit ee925c2

Please sign in to comment.