Skip to content

Commit 666cf73

Browse files
committed
Minor, formatting
1 parent 5053fd6 commit 666cf73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dls_util/message/message.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from dls_util.object_with_lifetime import ObjectWithLifetime
22

3+
34
class Message(ObjectWithLifetime):
45
"""A class that holds a message"""
56
def __init__(self, type, content, lifetime=2):

0 commit comments

Comments
 (0)