From 462106e397ff07ec187dfa5ea577d06300736493 Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Sat, 15 Feb 2025 12:37:45 +0100 Subject: [PATCH] sonarr: fix lint error in update script --- pkgs/by-name/so/sonarr/update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/so/sonarr/update.py b/pkgs/by-name/so/sonarr/update.py index 62ac18f48ac7..05d1933a1d23 100644 --- a/pkgs/by-name/so/sonarr/update.py +++ b/pkgs/by-name/so/sonarr/update.py @@ -116,7 +116,8 @@ with tempfile.TemporaryDirectory() as work_dir: old_source_hash: new_source_hash, }) - # We need access to the patched and updated src to get the patched `yarn.lock`. + # We need access to the patched and updated src to get the patched + # `yarn.lock`. patched_src = os.path.join(work_dir, "patched-src") subprocess.run( [