pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.96k stars 294 forks source link

CLN: Use any, use gen over list #59

Closed pratapvardhan closed 6 years ago

pratapvardhan commented 6 years ago

This PR does minor cleanup to use generators over lists. Removes empty lines from end of a file

JordanPlatts commented 6 years ago

Looks good to me. Thanks for contributing!