-
-
Notifications
You must be signed in to change notification settings - Fork 654
Codestyle improvements (mostly sort imports) #36687
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
Conversation
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.
Thanks for helping upstreaming these changes.
Next time, please use the magic co-author comment to give proper attribution.
Tobias, these are changes authored by you. You can't "positively review" them. |
…ailures when run under conda)
I've rebased with --author |
Okay, then I misunderstood the purpose of this PR. Could you then please review these changes? Thanks! |
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.
Why is it important to modify the order of the imports ? I'm missing something here.
@@ -1,5 +1,5 @@ | |||
from .PyPolyBoRi import Polynomial, BoolePolynomialVector | |||
from .pbori import FGLMStrategy, BooleSet | |||
from .pbori import BooleSet, FGLMStrategy |
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.
We should avoid relative imports, no ?
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.
Yes, you are right. But I prefer to do this migration in a separate PR.
There is of course nothing important in the import order. As with any code style fix, it merely improves the readability of the code (slightly). For example, it's easier to spot related imports. Perhaps I should also add that these changes were done automatically by ruff. |
Here also we have failing doctests due to nauty. I don't understand what's going on. |
Documentation preview for this PR (built with commit 58bd578; changes) is ready! 🎉 |
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.
So then, LGTM.
Thanks for the review! |
sagemathgh-36687: Codestyle improvements (mostly sort imports) <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> Split out to preserve the incidental changes made in @tobiasdiez's original branch of sagemath#36372. Author: Tobias Diez <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36687 Reported by: Matthias Köppe Reviewer(s): David Coudert, Tobias Diez
Split out to preserve the incidental changes made in @tobiasdiez's original branch of #36372.
Author: Tobias Diez
📝 Checklist
⌛ Dependencies