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

feat: refactor storage methods to use keyword-only arguments for clarity #114

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

aliev
Copy link
Owner

@aliev aliev commented Jan 18, 2025

This PR removes the use of Unpack and TypedDict in favor of named parameters, as these introduce additional "hacks" to support older Python versions, making the code more complex.

Discussion thread: https://github.com/aliev/aioauth/pull/106#issuecomment-2484151019# Please enter the commit message for your changes. Lines starting

This PR removes the use of `Unpack` and `TypedDict` in favor of named parameters, as these introduce additional "hacks" to support older Python versions, making the code more complex.

Discussion thread: https://github.com/aliev/aioauth/pull/106#issuecomment-2484151019# Please enter the commit message for your changes. Lines starting
@aliev aliev requested a review from Copilot January 18, 2025 10:41

Choose a reason for hiding this comment

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

@aliev aliev mentioned this pull request Jan 18, 2025
10 tasks
@imgurbot12
Copy link
Contributor

Fair. It was a good idea in theory. I take responsibility for being the one to recommend it initially. My bad lol.

@aliev
Copy link
Owner Author

aliev commented Jan 18, 2025

Fair. It was a good idea in theory. I take responsibility for being the one to recommend it initially. My bad lol.

That was still a good recommendation! :)

@aliev aliev merged commit 8ad3001 into master Jan 18, 2025
7 checks passed
@aliev aliev deleted the chore/moved-arguments-from-typed-dict branch January 18, 2025 17:26
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