Skip to content

Commit

Permalink
Auto-format code using Clang-Format (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 26, 2024
1 parent 8f7e047 commit 93ade6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/acom_music_box/examples/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ def __getattr__(self, item):
if hasattr(self, item):
return getattr(self, item)
raise AttributeError(f"'{self.__class__.__name__}' object has no attribute '{item}'")

def __getitem__(self, item):
return self.get_all()[item]

def __repr__(self):
return f'Eamples: {self.get_all()}'

Expand Down

0 comments on commit 93ade6e

Please sign in to comment.