-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Remove some circular imports in sage.rings
, sage.symbolic
#35594
Remove some circular imports in sage.rings
, sage.symbolic
#35594
Conversation
<!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes sagemath#12345", use "Add a new method to multiply two integers" --> ### 📚 Description Fixing the linter workflow <!-- Describe your changes here in detail. --> <!-- 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. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] 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! -->
pycodestyle linter fails... |
That is fixed in #35552 and has nothing to do with this PR |
I merged the fix into develop, so it should not any more. |
18398a1
to
69df1ef
Compare
Thank you! |
Documentation preview for this PR is ready! 🎉 |
Please don't do that unless you want to take over release management. I will force push over that, and anyone who used that will end up with unrelated merge conflicts. |
The linter fix had been hanging for quite some time, and made CI results confusing. Besides, can you try to rebase your branch over this fix? I guess it would go without a manual intervention, and will save time for everyone. |
📚 Description
Fixes #35580.
📝 Checklist
⌛ Dependencies