commit | 0baa8f452c23d006ef01e593afc90a5caf1da0a6 | [log] [tgz] |
---|---|---|
author | Jon Dufresne <[email protected]> | Tue Jun 26 13:50:00 2018 -0700 |
committer | Eli Bendersky <[email protected]> | Tue Jun 26 13:50:00 2018 -0700 |
tree | b91a461de505b47861c14d5e5f2f9e324583a7bb | |
parent | 1d866999094179514ce1053829c760b391abc067 [diff] |
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