From 4b58a6a7f53f69789466ac88b57832b1433b1679 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:36:43 +0100 Subject: [PATCH] fixeth lint failure (#6306) --- cylc/flow/network/schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cylc/flow/network/schema.py b/cylc/flow/network/schema.py index 788ec539dcb..355f12c4981 100644 --- a/cylc/flow/network/schema.py +++ b/cylc/flow/network/schema.py @@ -2231,8 +2231,8 @@ class Pruned(ObjectType): class Meta: description = sstrip(''' Objects (e.g. workflows, tasks, jobs) which have been removed from - the store. - ''') + the store. + ''') workflow = String() families = graphene.List(String, default_value=[]) family_proxies = graphene.List(String, default_value=[])