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

hashfiledb: remove unused HashFileDB.config #492

Merged
merged 1 commit into from
Jan 1, 2024
Merged

hashfiledb: remove unused HashFileDB.config #492

merged 1 commit into from
Jan 1, 2024

Conversation

skshetry
Copy link
Member

  • Also changed __init__ signature to match ObjectDB.

@skshetry skshetry requested a review from pmrowla December 30, 2023 04:49
@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c7ad6f2) 63.76% compared to head (4d904c6) 63.58%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #492      +/-   ##
==========================================
- Coverage   63.76%   63.58%   -0.19%     
==========================================
  Files          61       61              
  Lines        4176     4193      +17     
  Branches      714      715       +1     
==========================================
+ Hits         2663     2666       +3     
- Misses       1367     1381      +14     
  Partials      146      146              

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

self.fs,
HashInfo(self.hash_name, oid),
)
return HashFile(self.oid_to_path(oid), self.fs, HashInfo(self.hash_name, oid))
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like we are missing some rule for ruff?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think I changed that myself. I probably should not have. will revert.

@efiop efiop merged commit 9039534 into main Jan 1, 2024
14 of 15 checks passed
@skshetry skshetry deleted the remove-config branch January 1, 2024 13:33
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.

3 participants