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

We should raise NotImplementedError #11414

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

Mab879
Copy link
Member

@Mab879 Mab879 commented Jan 3, 2024

Description:

NotImplemented -> NotImplementedError

Rationale:

NotImplemented is a type not an error class, NotImplementedError is what should be raised.

NotImplemented is a type, NotImplementedError is what should be raised
@Mab879 Mab879 added the Infrastructure Our content build system label Jan 3, 2024
@Mab879 Mab879 added this to the 0.1.72 milestone Jan 3, 2024
Copy link

github-actions bot commented Jan 3, 2024

Start a new ephemeral environment with changes proposed in this pull request:

Fedora Environment
Open in Gitpod

Oracle Linux 8 Environment
Open in Gitpod

Copy link

codeclimate bot commented Jan 3, 2024

Code Climate has analyzed commit 28d29bd and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 58.5% (0.0% change).

View more on Code Climate.

@jan-cerny jan-cerny self-assigned this Jan 4, 2024
@jan-cerny jan-cerny merged commit 8c67706 into ComplianceAsCode:master Jan 4, 2024
37 checks passed
@Mab879 Mab879 deleted the fix_code_style branch January 4, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Our content build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants