Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Apr 12, 2022
1 parent be68c3c commit 8006bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/network/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,8 @@ def description(self):


class Flow(String):
f"""An integer or one of {FLOW_ALL}, {FLOW_NEW} or {FLOW_NONE}."""

"""An integer or one of {FLOW_ALL}, {FLOW_NEW} or {FLOW_NONE}."""
# (Note docstrings can't be f-strings).

# Mutations:

Expand Down

0 comments on commit 8006bb6

Please sign in to comment.