Skip to content

Commit 4a7268c

Browse files
committed
fix: add type annotation for _cache_genome to fix mypy error
1 parent 92fe57a commit 4a7268c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

malariagen_data/anoph/genome_sequence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717

1818
class AnophelesGenomeSequenceData(AnophelesBase):
19+
_cache_genome: Optional[zarr.hierarchy.Group]
20+
1921
def __init__(
2022
self, virtual_contigs: Optional[Mapping[str, Sequence[str]]] = None, **kwargs
2123
):

0 commit comments

Comments
 (0)