robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

Add more type hints #122

Open auscompgeek opened 2 years ago

auscompgeek commented 2 years ago

This adds an explicit value union type, ensuring the documented types are in the type hints.

Also fix a few mypy warnings.