-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
added functionality to keep unsort the session dict #1673
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I think you're only verifying the failing case though, maybe add a second test where the session contains only string keys (which can actually be sorted)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for opening a PR! Please add a mention of this change in docs/changes.rst
. That helps reduce effort in releasing new versions.
Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
for more information, see https://pre-commit.ci
Thank you for the work on this @ritiksoni00! |
sorry, tim for not responding.. ! |
No worries, thank you for the PR! |
#1668