Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless shebangs #141

Merged
merged 1 commit into from Aug 18, 2023
Merged

Remove useless shebangs #141

merged 1 commit into from Aug 18, 2023

Conversation

aueam
Copy link
Contributor

@aueam aueam commented Aug 18, 2023

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
27 of 28 checks passed
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