Skip to content

Conversation

@joseph-sentry
Copy link
Contributor

the consuming python code will have to use
from __future__ import annotations
to use the type hints since these types aren't actually defined

the consuming python code will have to use
`from __future__ import annotations`
to use the type hints since these types aren't actually defined
@joseph-sentry joseph-sentry requested a review from Swatinem January 9, 2025 15:18
@codecov-notifications
Copy link

codecov-notifications bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codecov
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.90%. Comparing base (cc76ca7) to head (bfadc7a).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
- Coverage   96.95%   96.90%   -0.06%     
==========================================
  Files          15       15              
  Lines        1871     1871              
==========================================
- Hits         1814     1813       -1     
- Misses         57       58       +1     

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

Copy link
Contributor

@Swatinem Swatinem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn’t the package also need a py.typed marker file as well to advertise that its typed?

@joseph-sentry joseph-sentry merged commit 190bbc8 into main Jan 9, 2025
8 of 11 checks passed
@joseph-sentry joseph-sentry deleted the joseph/add-interface branch January 9, 2025 16:21
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.

3 participants