I noticed this when mypy --py2 worked but mypy for python 3 failed. ``` from __future__ import division x = 2 / 3 reveal_type(x) # This returns int ```