-
-
Notifications
You must be signed in to change notification settings - Fork 46.2k
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
Update game_of_life.py #4921
Update game_of_life.py #4921
Conversation
docstring error fix delete no reason delete next_gen_canvas code(local variable)
cellular_automata/game_of_life.py
Outdated
@@ -52,15 +52,15 @@ def seed(canvas): | |||
|
|||
|
|||
def run(canvas): |
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.
Adding type hints for Game of Life?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks for your contribution @PzaThief, apologies for the extreme delay |
* Update game_of_life.py docstring error fix delete no reason delete next_gen_canvas code(local variable) * Update cellular_automata/game_of_life.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
docstring error fix
delete no reason delete next_gen_canvas code(local variable)
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.