Skip to content

Commit

Permalink
Fix pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akamat10 committed Sep 16, 2024
1 parent 658e675 commit fd92762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _is_raising(body: list[nodes.NodeNG]) -> bool:
"E0710": (
"Raising a class which doesn't inherit from BaseException",
"raising-non-exception",
"Used when a class which doesn't inherit from " "BaseException is raised.",
"Used when a class which doesn't inherit from BaseException is raised.",
),
"E0711": (
"NotImplemented raised - should raise NotImplementedError",
Expand Down

0 comments on commit fd92762

Please sign in to comment.