Skip to content
Snippets Groups Projects
Commit db0f82fb authored by Wilbur, Spencer Franklin's avatar Wilbur, Spencer Franklin
Browse files

Changed the return of the function _get_orientations from tuple[float,float]...

Changed the return of the function _get_orientations from tuple[float,float] to Tuple[float,float]. I tried using List but this did not accept multiple arguments, therefore I imported Tuple alongside List from the typing module.
parent 04ce712f
No related branches found
No related tags found
1 merge request!287Updating this branch to fix the issue concerning Python version compatability
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment