Skip to content

Commit

Permalink
Merge pull request #193 from NCAR/main-autopep8
Browse files Browse the repository at this point in the history
Auto-format code by autopep8
  • Loading branch information
K20shores authored Aug 23, 2024
2 parents 404e6f1 + 21158aa commit 1846293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acom_music_box/reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def add_product(self, product):
product (Product): The Product instance to be added.
"""
self.products.append(product)

def short_type(self):
"""
Return the first letter of the reaction type.
Expand Down

0 comments on commit 1846293

Please sign in to comment.