Closed dandyrilla closed 2 months ago
All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.
Sorry for force-pushing many commits. I amended commits because I was not familiar with DCO check. Now this PR passes the check.
Looks good, thanks for the cleanup!
Hi, I am a user who really enjoys and actively utilizes OpenSlide. I would like to express my gratitude to @bgilbert for creating such an excellent open-source project!
What is this PR?
While using the code, I found a small area where I could contribute, so I created a PR with a one-line change. Since the
max()
function can accept iterable objects such as generators, it seems that there is no need to unpack them using an asterisk*
.Changes
*