Skip to content

Commit

Permalink
py2.7 wants non-named self?
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Oct 20, 2019
1 parent 8a6a5db commit 4be245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isovar/protein_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4be245a

Please sign in to comment.