Skip to content

Commit fd92762

Browse files
committed
Fix pylint warning
1 parent 658e675 commit fd92762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _is_raising(body: list[nodes.NodeNG]) -> bool:
9494
"E0710": (
9595
"Raising a class which doesn't inherit from BaseException",
9696
"raising-non-exception",
97-
"Used when a class which doesn't inherit from " "BaseException is raised.",
97+
"Used when a class which doesn't inherit from BaseException is raised.",
9898
),
9999
"E0711": (
100100
"NotImplemented raised - should raise NotImplementedError",

0 commit comments

Comments
 (0)