-
Notifications
You must be signed in to change notification settings - Fork 239
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
Split utils.py
into multiple coherent modules
#1857
Comments
I'd be happy to collaborate on this if it is something considered worth doing ... (please at-tag me to get my attention ;)) |
Sort of related: I'd also like to put the four platform files in a folder (macos, linux, windows, and pyodide). |
I guess it can be done incrementally rather than all at once.
|
Hi both, I've tried a quick check - moving everything to I'll take a good look through util.py and maybe try moving out the first family as an initial PR ... |
I've made a suggestion of how we could approach this with the above PR. Would be interested in feedback from both of you on your thoughts ... |
#1851 introduced a change into
utils.py
which required an in-function import in order to avoid a circular import withlogger.py
Originally posted by @henryiii in #1851 (comment)
Needs design input
The text was updated successfully, but these errors were encountered: