Skip to content

Commit 20feca8

Browse files
committed
Add newline
1 parent ea75c34 commit 20feca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/sources/signor/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,4 +594,4 @@ def process_chebi_id(chebi_id):
594594
# Fix for a Jan 2026 release issue
595595
if chebi_id == 'ribosomalRNA':
596596
return 'CHEBI:18111'
597-
return 'CHEBI:' + chebi_id.split(':')[1].strip()
597+
return 'CHEBI:' + chebi_id.split(':')[1].strip()

0 commit comments

Comments
 (0)