Skip to content

Commit

Permalink
formatted noqa lint suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dawson committed Sep 12, 2023
1 parent 115122f commit aa181f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/uiserver/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ async def service(
kwargs: Dict[str, Any],
) -> List[Union[bool, str]]:

if command == 'clean': # noqa: SIM116
if command == 'clean': # noqa: SIM116
return await Services.clean(
workflows,
kwargs,
Expand Down

0 comments on commit aa181f0

Please sign in to comment.