quandl / quandl-python

MIT License
1.37k stars 336 forks source link

Use `six.moves` instead of `try/except ImportError`, reorder imports #129

Closed 42B closed 5 years ago

mbasset commented 5 years ago

Hi @42B,

This looks like a good idea. As part of our process for merging PR's we usually include a description of the proposed changes, why they make the system better and any implications. Also we require that the automated unit tests are updated to reflect the changes, the PR is up to date with the existing code and that they pass on travis. Does that sound like something you would be able to provide?