Skip to content

Reformat datespan.py to satisfy Black check#85

Open
estebanzimanyi wants to merge 1 commit into
masterfrom
fix/black-datespan
Open

Reformat datespan.py to satisfy Black check#85
estebanzimanyi wants to merge 1 commit into
masterfrom
fix/black-datespan

Conversation

@estebanzimanyi
Copy link
Copy Markdown
Member

Commit e90b35f modified DateSpan.distance without running Black, leaving pymeos/collections/time/datespan.py non Black-clean, so the Lint code with Black workflow fails on master with black ~=24.0 and blocks unrelated PRs. This reformats only that one file with the same Black version the CI uses (24.x), collapsing a single timedelta call onto one line; no other files are touched and there is no behavior change.

Commit e90b35f modified DateSpan.distance without running Black, so
the Lint code with Black workflow fails on master with black ~=24.0
flagging pymeos/collections/time/datespan.py. Reformat only that file
with the same Black version the CI uses; no other files are affected.
@estebanzimanyi estebanzimanyi added the bug Something isn't working label May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant