Skip to content

Commit

Permalink
chore: add missing docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Peltier <[email protected]>
  • Loading branch information
mepeltier committed Mar 29, 2022
1 parent 17cfe72 commit c80ed59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/transport/outbound/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ class OutboundSendStatus(Enum):

@property
def topic(self):
"""Return an event topic associated with a given status."""
return f"{OUTBOUND_STATUS_PREFIX}{self.value}"

0 comments on commit c80ed59

Please sign in to comment.