-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sklearn import style #28
Conversation
@@ -14,7 +14,7 @@ authors = [ | |||
] | |||
description = "Extends the base tqdm progress bar with a subscribe method that can expose updates to external (potentially non-Python) processes." | |||
readme = "README.md" | |||
requires-python = ">=3.8" | |||
requires-python = ">=3.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also missed this one in #24
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
==========================================
+ Coverage 97.05% 97.14% +0.08%
==========================================
Files 3 3
Lines 34 35 +1
==========================================
+ Hits 33 34 +1
Misses 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thanks!
Grants tighter control over what is exposed as imports from the package