jstmn / Jrl

Jeremy's Robotics Library
MIT License
37 stars 3 forks source link

Fix helper function return type #12

Closed PavelCz closed 7 months ago

PavelCz commented 7 months ago

👀

PavelCz commented 7 months ago

Hope you're using Python 3.9+

jstmn commented 7 months ago

This is still on 3.8 :)

can you change to from typing import Union, Tuple and def _get_device() -> Tuple[str, int]

PavelCz commented 7 months ago

@jstmn Done

jstmn commented 7 months ago

lgtm! thanks