uber / orbit

A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
https://orbit-ml.readthedocs.io/en/stable/
Other
1.85k stars 132 forks source link

Format files according to Black #848

Closed ksolarski closed 6 months ago

ksolarski commented 6 months ago

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.

CLAassistant commented 6 months ago

CLA assistant check
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.

ksolarski commented 6 months ago

Closing due to commit made from another account, will reopen later on.