Skip to content

Commit

Permalink
Update cylc/flow/network/schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
  • Loading branch information
hjoliver and oliver-sanders authored Jan 25, 2024
1 parent d9cc3bb commit f50d8a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cylc/flow/network/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,9 +1009,7 @@ class Meta:


class OutputLabel(String):
class Meta:
description = """Task output label, as used in the graph."""
label = String()
"""Task output label, as used in the graph e.g. "succeeded"."""


class XTrigger(ObjectType):
Expand Down

0 comments on commit f50d8a6

Please sign in to comment.