robotpy / pyfrc

python3 library designed to make developing RobotPy-based code easier!
MIT License
50 stars 35 forks source link

docstring_test uses deprecated inspect.getargspec() method #95

Closed ErikBoesen closed 6 years ago

ErikBoesen commented 6 years ago

Source

This causes tests to fail when using Python 3.6 type declarations, and I assume in a couple other situations. I'll have a PR to fix this in a moment.

auscompgeek commented 6 years ago

Fixed in #98.