notebook-best-practices icon indicating copy to clipboard operation
notebook-best-practices copied to clipboard

change import * to explicit, update tests

Open apd-bbrewington opened this issue 1 year ago • 0 comments

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

apd-bbrewington avatar Feb 26 '24 22:02 apd-bbrewington