Skip to content

Commit 850592f

Browse files
committed
added a docstring
1 parent f816354 commit 850592f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/labthings/schema.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ def preprocess(self, data, **_):
8282

8383

8484
class ActionSchema(Schema):
85-
""" """
85+
"""Represents a running or completed Action
86+
87+
Actions can run in the background, started by one request
88+
and subsequently polled for updates. This schema represents
89+
one Action."""
8690

8791
action = fields.String()
8892
_ID = fields.String(data_key="id")

0 commit comments

Comments
 (0)