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

Replace NotImplemented with NotImplementedError #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akubera
Copy link

@akubera akubera commented Jun 23, 2024

This replaces uses of the singleton NotImplemented with the correct value of NotImplementedError which is the exception to be raised when functionality is not implemented, (vs the object NotImplemented, which is to be returned when implementing some binary operations).

Current implementation doing raise NotImplemented ends up raising TypeErrors, because NotImplemented is not an Exception.

@akubera
Copy link
Author

akubera commented Jun 27, 2024

ERROR: Could not find a version that satisfies the requirement automerge

I don't think that's a problem with the code.

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.

1 participant