diff --git a/ops/model.py b/ops/model.py index a96da2e3c..89b9a0168 100644 --- a/ops/model.py +++ b/ops/model.py @@ -1548,8 +1548,8 @@ class StatusBase: _statuses: Dict[str, Type['StatusBase']] = {} - # Subclasses should override this attribute and make it a string. - name = NotImplemented + # Subclasses should override this attribute + name = '' def __init__(self, message: str = ''): if self.__class__ is StatusBase: