-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
Add typing to data_structures/queue/queue_on_pseudo_stack.py #7037
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
Conversation
hacktoberfest
for more information, see https://pre-commit.ci
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.
This isn't really adding typing, this is just indicating that these functions return a type.
Please be specific with the types, -> Any
doesn't tell us anything about the function return type.
Actually it tells that the function is generic and not limited to any particular primitive. @CaedenPH |
What does the |
An item from the structure. which could be of Any type here. |
I see, I guess that is fine |
@CaedenPH is your review not sufficient to merge? do we need extra reviews? |
requesting review if someone can please take a look. thanks in advance! |
Thanks!!! |
@cclauss can you please add hacktoberfest-accepted label to this as well? thanks in advance! :) |
hacktoberfest
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.