We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a834cc0 commit f7cddbfCopy full SHA for f7cddbf
1 file changed
malariagen_data/anoph/snp_data.py
@@ -73,13 +73,13 @@ def __init__(
73
self._cache_snp_genotypes: Dict[
74
base_params.sample_set, zarr.hierarchy.Group
75
] = dict()
76
- self._cache_site_filters: Dict[base_params.site_mask, zarr.hierarchy.Group] = (
77
- dict()
78
- )
+ self._cache_site_filters: Dict[
+ base_params.site_mask, zarr.hierarchy.Group
+ ] = dict()
79
self._cache_site_annotations: Optional[zarr.hierarchy.Group] = None
80
- self._cache_locate_site_class: OrderedDict[Tuple[Any, ...], np.ndarray] = (
81
- OrderedDict()
82
+ self._cache_locate_site_class: OrderedDict[
+ Tuple[Any, ...], np.ndarray
+ ] = OrderedDict()
83
84
# Create the SNP-calls cache as a per-instance lru_cache wrapping the
85
# bound method. Storing it on the instance (rather than using a
0 commit comments