m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
792 stars 216 forks source link

Remove duplicate output_limits definition #51

Closed rnestler closed 2 years ago

rnestler commented 2 years ago

Fixes the following mypy error:

simple_pid/PID.pyi:45: error: Name "output_limits" already defined on line 17

Fixes #50