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 redundant imports from top level __init__.py #2206

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

natestemen
Copy link
Member

Description

fixes #2202 by removing the lines all together as they are redundant to the __init__.py files that live in each of those respective directories.

@natestemen natestemen added the tech debt Technical Debt that should be paid off! label Feb 22, 2024
Co-Authored-By: Misty Wahl <misty@unitary.fund>
@natestemen natestemen force-pushed the mw-nts-remove-redundant-imports branch from 9f8490c to 654f132 Compare February 22, 2024 21:10
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.28%. Comparing base (c5afbd4) to head (654f132).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2206      +/-   ##
==========================================
- Coverage   98.31%   98.28%   -0.03%     
==========================================
  Files          90       90              
  Lines        4262     4259       -3     
==========================================
- Hits         4190     4186       -4     
- Misses         72       73       +1     

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

@natestemen
Copy link
Member Author

Thanks Farrokh! I've added a comment over on the issue to explain what happened here #2202 (comment). Thanks for making sure we have it documented, and thanks for the review!

First PR of milestone 0.35 💪🏻

@natestemen natestemen merged commit e9b750d into master Feb 27, 2024
17 of 18 checks passed
@natestemen natestemen deleted the mw-nts-remove-redundant-imports branch February 27, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Technical Debt that should be paid off!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Techniques missing from top level __init__.py.
2 participants