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

format with ruff #365

Merged
merged 1 commit into from
Sep 18, 2024
Merged

format with ruff #365

merged 1 commit into from
Sep 18, 2024

Conversation

michaelfeil
Copy link
Owner

No description provided.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This pull request focuses on formatting changes and import reorganization across multiple files in the infinity_emb library. The changes are primarily cosmetic and do not affect the functionality of the code.

  • Reordered imports in multiple files, including engine.py, batch_handler.py, primitives.py, sync_engine.py, utils.py, and test_engine.py
  • Removed blank lines and adjusted import positions to improve code organization and readability
  • Alphabetized imported types from infinity_emb.primitives in utils.py
  • No significant logical modifications or feature additions were made to the existing classes and functions
  • These changes aim to improve adherence to Python import conventions and overall code style consistency

6 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@michaelfeil michaelfeil merged commit 4560c8b into main Sep 18, 2024
36 checks passed
@michaelfeil michaelfeil deleted the mf-ruff-format branch September 18, 2024 17:06
@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.96%. Comparing base (8af53fb) to head (5f107d4).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
- Coverage   77.97%   77.96%   -0.01%     
==========================================
  Files          35       35              
  Lines        2574     2573       -1     
==========================================
- Hits         2007     2006       -1     
  Misses        567      567              

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

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