Skip to content

Defer importing math in filesize.py - #397

Open
hugovk wants to merge 1 commit into
python-humanize:mainfrom
hugovk:defer-math
Open

Defer importing math in filesize.py#397
hugovk wants to merge 1 commit into
python-humanize:mainfrom
hugovk:defer-math

Conversation

@hugovk

@hugovk hugovk commented Sep 8, 2026

Copy link
Copy Markdown
Member

Alternative to and closes #393.

We were already deferring import of math in number.py (#238), but this was negating that.

@hugovk hugovk added the changelog: Changed For changes in existing functionality label Sep 8, 2026
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.56%. Comparing base (3201e70) to head (d691319).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #397   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          12       12           
  Lines         927      927           
=======================================
  Hits          923      923           
  Misses          4        4           
Flag Coverage Δ
macos-latest 97.62% <100.00%> (ø)
ubuntu-latest 97.62% <100.00%> (ø)
windows-latest 95.46% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugovk hugovk changed the title Defer importing math Defer importing math in number.py Sep 8, 2026
@hugovk hugovk changed the title Defer importing math in number.py Defer importing math in filesize.py Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Changed For changes in existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant