Skip to content

Commit f7cddbf

Browse files
author
khushthecoder
committed
Fix ruff-format to match pre-commit ruff v0.1.8 style
1 parent a834cc0 commit f7cddbf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

malariagen_data/anoph/snp_data.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ def __init__(
7373
self._cache_snp_genotypes: Dict[
7474
base_params.sample_set, zarr.hierarchy.Group
7575
] = dict()
76-
self._cache_site_filters: Dict[base_params.site_mask, zarr.hierarchy.Group] = (
77-
dict()
78-
)
76+
self._cache_site_filters: Dict[
77+
base_params.site_mask, zarr.hierarchy.Group
78+
] = dict()
7979
self._cache_site_annotations: Optional[zarr.hierarchy.Group] = None
80-
self._cache_locate_site_class: OrderedDict[Tuple[Any, ...], np.ndarray] = (
81-
OrderedDict()
82-
)
80+
self._cache_locate_site_class: OrderedDict[
81+
Tuple[Any, ...], np.ndarray
82+
] = OrderedDict()
8383

8484
# Create the SNP-calls cache as a per-instance lru_cache wrapping the
8585
# bound method. Storing it on the instance (rather than using a

0 commit comments

Comments
 (0)