Cosimo Lupo 28bb992c1f replace int(round(...)) with round(...)
We don't need to cast to int when using the round function from py23,
as this is a backport of python3's built-in round and thus it returns
an int when called with a single argument.
2017-10-22 12:03:52 +01:00
..
2015-06-16 22:44:57 +01:00
2016-01-27 19:02:48 +00:00
2017-02-21 12:01:10 -06:00
2016-04-10 22:59:52 +01:00