Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 30, 2024
1 parent 7a9bbbc commit 5cebba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metakb/transformers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _get_combination_therapy(
Combination Therapy
"""
components = []
source_name = type(self).__name__.lower().replace("transformers", "")
source_name = type(self).__name__.lower().replace("transformer", "")

for therapy in therapies:
if source_name == SourceName.MOA:
Expand Down

0 comments on commit 5cebba5

Please sign in to comment.