Skip to content

Commit

Permalink
Fixed flake8 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonsky1 authored Oct 10, 2023
1 parent 927260a commit 88f2a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __repr__(self) -> str:
f"{{Name: {self.name}, "
f"Health: {self.health}, "
f"Hidden: {self.hidden}}}"
)
)


class Herbivore(Animal):
Expand Down

0 comments on commit 88f2a69

Please sign in to comment.