robotpy / robotpy-commands-v2

Python implementation of the WPILib Command Framework (2020+)
Other
2 stars 14 forks source link

Fix typing of deprecated aliases #44

Closed TheTripleV closed 4 months ago

TheTripleV commented 4 months ago

This fixes type hints in Pylance. The module __getattr__ throws off its checking of what types are actually available.

This hides the __getattr__ from type checkers

TheTripleV commented 4 months ago

Here's what all the typehints are before this PR

Screenshot 2024-01-17 at 11 53 12 PM