notebook-best-practices
notebook-best-practices copied to clipboard
change import * to explicit, update tests
For some background on the import * idea, see this SO post: https://stackoverflow.com/a/2386740 - since this is a best practice repo, thought I'd update to this Python best practice 😎
Also, changed one of the unit tests to actually use the function it's testing