Skip to content

Commit e4b8609

Browse files
committed
fix last flak8
1 parent 09e0ae5 commit e4b8609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

habitipy/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def get_food_needed(self, pet_fullness: int, amount_per_food: int = 5) -> int:
391391
return int((50 - int(pet_fullness)) / amount_per_food)
392392

393393
def is_hatchable(self, user: list, pet: str, color: str) -> bool:
394-
"Return true when a pat of a particular type and color can be hatched."
394+
"""Return true when a pat of a particular type and color can be hatched."""
395395
combined = pet + '-' + color
396396

397397
# check if pet exists or name is wrong

0 commit comments

Comments
 (0)