robotpy / robotpy-wpilib-utilities

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

magic_tunable: Add some more type hints #191

Closed auscompgeek closed 2 years ago

auscompgeek commented 2 years ago

The major user-facing change here is the feedback overload types. The self type was being lost through the implicit Any of the decorator.