Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/docs/certifi-2023.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt authored Jul 31, 2023
2 parents 850e164 + fad95d7 commit 39684d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39684d1

Please sign in to comment.