Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Conversation

sourcery-ai[bot]
Copy link
Contributor

@sourcery-ai sourcery-ai bot commented Jan 15, 2024

Pull Request #355 refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

NOTE: As code is pushed to the original Pull Request, Sourcery will
re-run and update (force-push) this Pull Request with new refactorings as
necessary. If Sourcery finds no refactorings at any point, this Pull Request
will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the feat/or-filter branch, then run:

git fetch origin sourcery/feat/or-filter
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

@sourcery-ai sourcery-ai bot requested a review from silentworks January 15, 2024 04:49
from postgrest import AsyncPostgrestClient

REST_URL = f"http://127.0.0.1:3000"
REST_URL = "http://127.0.0.1:3000"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Lines 3-3 refactored with the following changes:

from postgrest import SyncPostgrestClient

REST_URL = f"http://127.0.0.1:3000"
REST_URL = "http://127.0.0.1:3000"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Lines 3-3 refactored with the following changes:

@J0 J0 merged commit 72f4b69 into feat/or-filter Jan 15, 2024
@J0 J0 deleted the sourcery/feat/or-filter branch January 15, 2024 11:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant