Skip to content

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

Merged
aliev merged 1 commit intomasterfrom
chore/moved-arguments-from-typed-dict
Jan 18, 2025
Merged

feat: refactor storage methods to use keyword-only arguments for clarity#114
aliev merged 1 commit intomasterfrom
chore/moved-arguments-from-typed-dict

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
Copy link

Copilot AI left a comment

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.

3 participants