Skip to content

Commit eca2a77

Browse files
author
Release Manager
committed
gh-35543: Cleaning set partition
<!-- 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 #12345", use "Add a new method to multiply two integers" --> ### 📚 Description Various details and tweaks in the code and doc of `set_partition.py` in order to reach full pep8 and better pylint compliance <!-- 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 #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 - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35543 Reported by: Frédéric Chapoton Reviewer(s): Martin Rubey, Matthias Köppe
2 parents 9d8c9c0 + 71e509a commit eca2a77

File tree

3 files changed

+102
-127
lines changed

3 files changed

+102
-127
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=f6d0d32c169cb4cde477914507629fcaf42072c6
3-
md5=61a5d766c8932eed5d9bb934362dc5b0
4-
cksum=1115161346
2+
sha1=3f728376c212793d688ef6ab0322858b21465483
3+
md5=17d50517d0c399c2bc9a405fe9df3804
4+
cksum=2378360567
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
081c09ff32996b9bdc92540b968c3a3d6b72cf83
1+
2c79c57babbd0559c113ebe2c553a950f9a7a0e6

0 commit comments

Comments
 (0)