robotpy / robotpy-wpilib-utilities

Useful utility functions/objects for RobotPy
BSD 3-Clause "New" or "Revised" License
11 stars 19 forks source link

state_machine: Add type hints #192

Closed auscompgeek closed 2 years ago

auscompgeek commented 2 years ago

This adds more type hints to magicbot.state_machine.

There are changes to the @timed_state and @state decorators could be considered breaking changes, but would not affect any team code using decorator syntax (i.e. teams would have to be manually decorating their methods to observe a breaking change).