open-spaced-repetition / py-fsrs

Python Package for FSRS
https://pypi.org/project/fsrs/
MIT License
147 stars 23 forks source link

remove wildcard imports #53

Closed joshdavham closed 3 months ago

joshdavham commented 3 months ago

I went and removed the wildcard imports from both the fsrs.py module and the README.md file as it's generally considered better practice not to use wildcard imports.

Let me know if there are any questions/issues