-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
Description
Error code is missed here:
Lines 1174 to 1179 in 1007f5c
| B024 = Error( | |
| message=( | |
| "{} is an abstract base class, but it has no abstract methods. Remember to use" | |
| " @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators." | |
| ) | |
| ) |
Should be "B024 {} is an abstract ...".
cooperleescooperlees