Skip to content

Commit

Permalink
refactor: Add pass statement to resolve indentation error in torch_im…
Browse files Browse the repository at this point in the history
…plementations.py
  • Loading branch information
sergeyf committed Jan 17, 2025
1 parent 6435bd5 commit 5d94a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mhcflurry/torch_implementations.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def load_weights_from_keras(self, keras_model):
torch_index += 1

else:
pass


class Class1AffinityPredictor(object):
Expand Down

0 comments on commit 5d94a34

Please sign in to comment.