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

STY: Change int to float type hint #2977

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

j-t-1
Copy link
Contributor

@j-t-1 j-t-1 commented Dec 2, 2024

PEP 484 – Type Hints: when an argument is annotated as having type float, an argument of type int is acceptable. Also remove two variables which are used immediately.

PEP 484 – Type Hints: when an argument is annotated as having type float, an argument of type int is acceptable.
Also remove two variables which are used immediately.
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.36%. Comparing base (6d8a18a) to head (579b75a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2977      +/-   ##
==========================================
- Coverage   96.36%   96.36%   -0.01%     
==========================================
  Files          52       52              
  Lines        8751     8749       -2     
  Branches     1591     1591              
==========================================
- Hits         8433     8431       -2     
  Misses        190      190              
  Partials      128      128              

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

@stefan6419846 stefan6419846 merged commit 402cc7f into py-pdf:main Dec 2, 2024
16 checks passed
@j-t-1 j-t-1 deleted the _pdf_objectify branch December 2, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants