diff --git a/isovar/protein_sequence.py b/isovar/protein_sequence.py index 683d42f..7fc8863 100644 --- a/isovar/protein_sequence.py +++ b/isovar/protein_sequence.py @@ -88,7 +88,7 @@ def __init__( # get ValueObject to initialize all of the fields specified in the # __slots__ field of both this object and TranslationKey ValueObject.__init__( - self=self, + self, amino_acids=amino_acids, contains_mutation=contains_mutation, mutation_start_idx=mutation_start_idx,