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

Pulling in latest fhaviary, mypy, ruff #647

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Pulling in latest fhaviary, mypy, ruff #647

wants to merge 9 commits into from

Conversation

jamesbraza
Copy link
Collaborator

Pulling in the latest improvements from various upstream repos

@jamesbraza jamesbraza added the enhancement New feature or request label Oct 25, 2024
@jamesbraza jamesbraza self-assigned this Oct 25, 2024
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Oct 25, 2024
@@ -256,7 +256,7 @@ async def s2_title_search(
# need to check if nested under a 'data' key or not (depends on filtering)
if (
strings_similarity(
data.get("title") if "data" not in data else data["data"][0]["title"],
data.get("title", "") if "data" not in data else data["data"][0]["title"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@mskarlin FYI on this

Copy link
Collaborator

@whitead whitead left a comment

Choose a reason for hiding this comment

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

nice

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants