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 #367

Merged
merged 1 commit into from
May 5, 2023
Merged

Remove redundant imports #367

merged 1 commit into from
May 5, 2023

Conversation

jwodder
Copy link
Collaborator

@jwodder jwodder commented May 5, 2023

Also move a couple imports to the top of the module

@jwodder jwodder added cleanup internal Changes only affect the internal API labels May 5, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #367 (700dff2) into master (ab539e5) will increase coverage by 0.04%.
The diff coverage is 33.33%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #367      +/-   ##
==========================================
+ Coverage   33.59%   33.63%   +0.04%     
==========================================
  Files          51       51              
  Lines        7052     7034      -18     
  Branches     1784     1689      -95     
==========================================
- Hits         2369     2366       -3     
+ Misses       4504     4489      -15     
  Partials      179      179              
Impacted Files Coverage Δ
src/nidm/experiment/Query.py 72.00% <ø> (+0.26%) ⬆️
...nidm/experiment/tools/nidm_affinity_propagation.py 0.00% <ø> (ø)
.../experiment/tools/nidm_agglomerative_clustering.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm_gmm.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm_kmeans.py 0.00% <0.00%> (ø)
src/nidm/experiment/tools/rest_statistics.py 15.15% <0.00%> (-2.50%) ⬇️
src/nidm/experiment/tools/nidm_linreg.py 56.58% <100.00%> (-0.06%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@yarikoptic yarikoptic merged commit 4cc16ec into master May 5, 2023
@yarikoptic yarikoptic deleted the prune-imports branch May 5, 2023 16:33
@github-actions
Copy link

🚀 PR was released in v4.0.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup internal Changes only affect the internal API released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants