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

Reexport polars function to match pyright expectation #1797

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

gab23r
Copy link
Contributor

@gab23r gab23r commented Aug 30, 2024

Fixes #1726

Signed-off-by: gabriel <[email protected]>
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.28%. Comparing base (812b2a8) to head (1100fb2).
Report is 154 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1797      +/-   ##
==========================================
- Coverage   94.28%   93.28%   -1.00%     
==========================================
  Files          91      120      +29     
  Lines        7013     9134    +2121     
==========================================
+ Hits         6612     8521    +1909     
- Misses        401      613     +212     

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

@cosmicBboy
Copy link
Collaborator

thanks @gab23r and congrats on your first PR to pandera! 🚀

@cosmicBboy cosmicBboy merged commit ba6cd87 into unionai-oss:main Aug 31, 2024
145 of 146 checks passed
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.

Pyright does not recognize pandera.polars exports: reportPrivateImportUsage
2 participants