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

Appease clippy (and black) #51

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Appease clippy (and black) #51

merged 1 commit into from
Jan 29, 2024

Conversation

swooster
Copy link
Contributor

@swooster swooster commented Jan 29, 2024

Intent

Allow other PRs to be merged.

Changes

  • Use Vec::with_capacity instead of Vec::reserve where appropriate
  • Don't import * from python_api when it doesn't have anything to import.
  • Reformat a python module.

* Use `Vec::with_capacity` instead of `Vec::reserve` where appropriate
* Don't import * from `python_api` when it doesn't have anything to import
* Reformat `quickdna` Python module
@swooster swooster force-pushed the swooster/appease-clippy branch from 18c83b9 to 0be1477 Compare January 29, 2024 21:09
@swooster swooster requested a review from a team January 29, 2024 21:18
@swooster swooster changed the title Appease clippy Appease clippy (and black) Jan 29, 2024
@swooster swooster merged commit 9ca2659 into main Jan 29, 2024
8 checks passed
@swooster swooster deleted the swooster/appease-clippy branch January 29, 2024 21:22
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.

2 participants