Remove unnecessary __future__ import (#266)

Generators have been available since 2.3. The feature is automatically
included in all supported Pythons.

For additional details, see:

https://docs.python.org/3/library/__future__.html
1 file changed