sonarr: fix lint error in update script

Niklas Korz 462106e3 bc5f6735

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