sonarr: fix lint error in update script

Niklas Korz 462106e3 bc5f6735

+2 -1
+2 -1
pkgs/by-name/so/sonarr/update.py
··· 116 old_source_hash: new_source_hash, 117 }) 118 119 - # We need access to the patched and updated src to get the patched `yarn.lock`. 120 patched_src = os.path.join(work_dir, "patched-src") 121 subprocess.run( 122 [
··· 116 old_source_hash: new_source_hash, 117 }) 118 119 + # We need access to the patched and updated src to get the patched 120 + # `yarn.lock`. 121 patched_src = os.path.join(work_dir, "patched-src") 122 subprocess.run( 123 [