robotpy / pyfrc

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

pyfrc.physics.core uses deprecated imp module #197

Closed auscompgeek closed 10 months ago

auscompgeek commented 2 years ago

pyfrc/physics/core.py:30: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses

auscompgeek commented 10 months ago

Fixed in #223