-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
rotate_matrix.py: Add type hints for return values #1023
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
All codes are correct. |
Added utility function make_matrix(). |
@brunohadlich Your review please? |
@obelisk0114 Can I please get you to re-review after the modifications? |
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.
LGTM, though I don't know if there will be warning.
* rotate_matrix.py: Add type hints for return values @obelisk0114 Your review please? * Fix typo * Run the code thru python/black https://github.com/python/black * Fix 270 comment * Simplify with get_data() and test the alternatives * ) * 3 * Update rotate_matrix.py * Update rotate_matrix.py
@obelisk0114 Your review please?