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.
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.