Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate output_limits definition #51

Conversation

rnestler
Copy link
Contributor

@rnestler rnestler commented Apr 21, 2022

Fixes the following mypy error:

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

Fixes #50

Fixes the following mypy error:

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

@m-lundberg m-lundberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the help!

@m-lundberg m-lundberg merged commit 51f0577 into m-lundberg:master Apr 25, 2022
@rnestler rnestler deleted the 50-remove-duplicate-output_limits-definition branch April 25, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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