Skip to content

Commit

Permalink
fixeth lint failure (#6306)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Aug 16, 2024
1 parent b478012 commit 4b58a6a
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 @@ -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=[])
Expand Down

0 comments on commit 4b58a6a

Please sign in to comment.