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
Loading
Please register or sign in to comment