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

chore: fix linting errors #7541

Merged
merged 2 commits into from
Apr 12, 2024
Merged

chore: fix linting errors #7541

merged 2 commits into from
Apr 12, 2024

Conversation

masci
Copy link
Contributor

@masci masci commented Apr 12, 2024

Related Issues

Proposed Changes:

How did you test it?

Notes for the reviewer

Checklist

@masci masci added the ignore-for-release-notes PRs with this flag won't be included in the release notes. label Apr 12, 2024
@masci masci requested a review from a team as a code owner April 12, 2024 07:23
@masci masci requested review from shadeMe and removed request for a team April 12, 2024 07:23
@github-actions github-actions bot added 2.x Related to Haystack v2.0 type:documentation Improvements on the docs labels Apr 12, 2024
@@ -83,7 +83,7 @@ def to_dict(self) -> Dict[str, Any]:
return out

@staticmethod
def from_dict(dict: Dict[str, Any]) -> "Secret":
def from_dict(dict: Dict[str, Any]) -> "Secret": # noqa:A002
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These noqa were added to avoid breaking changes

@coveralls
Copy link
Collaborator

coveralls commented Apr 12, 2024

Pull Request Test Coverage Report for Build 8658573698

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage remained the same at 90.063%

Files with Coverage Reduction New Missed Lines %
lazy_imports.py 2 78.57%
marshal/protocol.py 2 66.67%
tracing/tracer.py 3 95.4%
Totals Coverage Status
Change from base Build 8658227845: 0.0%
Covered Lines: 6254
Relevant Lines: 6944

💛 - Coveralls

@masci masci merged commit 5fce2e9 into main Apr 12, 2024
20 checks passed
@masci masci deleted the massi/docstrings branch April 12, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Related to Haystack v2.0 ignore-for-release-notes PRs with this flag won't be included in the release notes. type:documentation Improvements on the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants