Loading
Fix type annotations for pysam 0.23.0
Partial backport of commit faa752ed to fix test_galaxy_packages tests. For lines where the `type: ignore` comment is not needed any more, here we add `unused-ignore` instead of removing the comment, so that the (non-package) mypy tests don't fail (since those still use an older pysam). When merging forward, choose removing the comment (i.e. the dev version).