Skip to content

Commit 678c2f5

Browse files
committed
update reducedDatum docstring
1 parent a06b0b3 commit 678c2f5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tom_dataproducts/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,6 @@ class ReducedDatum(models.Model):
385385
}
386386
:type value: dict
387387
388-
:param message: Set of ``AlertStreamMessage`` objects this object is associated with.
389-
:type message: ManyRelatedManager object
390-
391388
"""
392389

393390
target = models.ForeignKey(BaseTarget, null=False, on_delete=models.CASCADE)

0 commit comments

Comments
 (0)