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

Add imports to __init__.py #44

Merged
merged 3 commits into from
Nov 20, 2023
Merged

Add imports to __init__.py #44

merged 3 commits into from
Nov 20, 2023

Conversation

sentilesdal
Copy link
Contributor

Makes all the exports available at the top level. Fixes #42

Copy link
Contributor

@dpaiton dpaiton left a comment

Choose a reason for hiding this comment

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

probably should run __init__.py through Black as well.

@codecov-commenter
Copy link

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (3f8e92d) 66.85% compared to head (d96eafb) 65.56%.

Files Patch % Lines
pypechain/main.py 28.57% 10 Missing ⚠️
pypechain/render/main.py 12.50% 7 Missing ⚠️
pypechain/render/types.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   66.85%   65.56%   -1.29%     
==========================================
  Files          17       17              
  Lines         528      546      +18     
==========================================
+ Hits          353      358       +5     
- Misses        175      188      +13     
Flag Coverage Δ
unittests 65.56% <25.92%> (-1.29%) ⬇️

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

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

@sentilesdal sentilesdal merged commit f6b6baf into main Nov 20, 2023
@sentilesdal sentilesdal deleted the matt-add-init-template branch November 20, 2023 23:10
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.

Have __init__.py export types
3 participants