Closed ksolarski closed 9 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Closing due to commit made from another account, will reopen later on.
Description
When testing whether the package works with newer Python versions, I noticed that Github Actions build fails due to changes in black formatting. This PR fixes the problem simply by running
black .
with newest black version (24.2.0)How Has This Been Tested?
No impact on the code itself, only fixes the build.