Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix this syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos Baakman committed Dec 11, 2023
1 parent 5761c37 commit 9939e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank/domain/amino_acid.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
histidine, isoleucine, leucine, lysine, methionine, phenylalanine, proline, serine,
threonine, tryptophan, tyrosine, valine]

amino_acids_by_code {
amino_acids_by_code = {
amino_acid.code
for amino_acid in amino_acids
}

0 comments on commit 9939e03

Please sign in to comment.