We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1007f5c commit 7d1adf9Copy full SHA for 7d1adf9
bugbear.py
@@ -1173,8 +1173,9 @@ def visit_Lambda(self, node):
1173
B023 = Error(message="B023 Function definition does not bind loop variable {!r}.")
1174
B024 = Error(
1175
message=(
1176
- "{} is an abstract base class, but it has no abstract methods. Remember to use"
1177
- " @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators."
+ "B024 {} is an abstract base class, but it has no abstract methods. Remember to"
+ " use @abstractmethod, @abstractclassmethod and/or @abstractproperty"
1178
+ " decorators."
1179
)
1180
1181
0 commit comments