Skip to content

Conversation

marostelka
Copy link
Contributor

Fixes #140

Changes proposed in this pull request:

  • Remove shebangs from time.py and number.py

@hugovk hugovk added the changelog: Fixed For any bug fixes label Aug 18, 2023
@hugovk hugovk enabled auto-merge August 18, 2023 15:50
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #141 (e35a529) into main (ee08216) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   99.19%   99.19%   -0.01%     
==========================================
  Files           9        9              
  Lines         748      746       -2     
==========================================
- Hits          742      740       -2     
  Misses          6        6              
Flag Coverage Δ
macos-latest 97.58% <ø> (-0.01%) ⬇️
ubuntu-latest 97.58% <ø> (-0.01%) ⬇️
windows-latest 96.11% <ø> (-0.02%) ⬇️

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

Files Changed Coverage Δ
src/humanize/number.py 96.98% <ø> (-0.02%) ⬇️
src/humanize/time.py 100.00% <ø> (ø)

@hugovk hugovk merged commit a1574be into python-humanize:main Aug 18, 2023
mikelolasagasti added a commit to mikelolasagasti/humanize that referenced this pull request May 28, 2024
In python-humanize#141 shebangs for `number.py` and `time.py` were removed, but
`filesystem.py` maintained it.

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
mikelolasagasti added a commit to mikelolasagasti/humanize that referenced this pull request May 28, 2024
In python-humanize#141 shebangs for `number.py` and `time.py` were removed, but
`filesystem.py` maintained it.

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Fixed For any bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to run time.py and number.py

2 participants