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.