Skip to content

Commit

Permalink
Update cylc/flow/parsec/config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Aug 5, 2024
1 parent a531b0c commit 35d631e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cylc/flow/parsec/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ def dump(
none_str=none_str, handle=handle
)

def get_json(self, keys: Optional[List[str]] = None):
"""Get config as a json."""
return json.dumps(self.sparse)

def _get_namespace_parents(self) -> List[List[str]]:
"""Get a list of the parents of config items which can be user defined.
Expand Down

0 comments on commit 35d631e

Please sign in to comment.