fixing some E502 (unnecessary backslash) in pyx files#35206
fixing some E502 (unnecessary backslash) in pyx files#35206vbraun merged 2 commits intosagemath:developfrom
Conversation
Codecov ReportBase: 88.57% // Head: 88.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35206 +/- ##
===========================================
+ Coverage 88.57% 88.59% +0.01%
===========================================
Files 2140 2140
Lines 397273 397273
===========================================
+ Hits 351891 351969 +78
+ Misses 45382 45304 -78
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
You let some |
|
I have removed one of them, and also some empty lines and unused imports. |
|
Documentation preview for this PR is ready! 🎉 |
📚 Description
This removes most instances of pycodestyle warning
E502 the backslash is redundant between brackets
inside pyx files. There remains only a few in rings/, that could be easily fixed when activiting the check in the linter.
📝 Checklist
⌛ Dependencies