Yelp / love

A system to share your appreciation
MIT License
142 stars 36 forks source link

Extract format_loves and fix type error #87

Closed rockdog closed 3 months ago

rockdog commented 3 months ago

Problem

In Python 3.x, int/int gives a float - which is not an int.

Solution

Extract format_loves into new module, fix TypeError, adding new tests.