Skip to content

Commit df84a65

Browse files
committed
style: apply ruff-format
Made-with: Cursor
1 parent 93c4acd commit df84a65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

malariagen_data/anoph/snp_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ def site_mask_ids(self) -> Tuple[str, ...]:
106106
def site_mask_def(self) -> str:
107107
"""Return the default site mask identifier for this data resource."""
108108
if self._default_site_mask is None:
109-
raise RuntimeError("No default site mask configured. Please specify the 'site_mask' parameter explicitly.")
109+
raise RuntimeError(
110+
"No default site mask configured. Please specify the 'site_mask' parameter explicitly."
111+
)
110112
return self._default_site_mask
111113

112114
@property

0 commit comments

Comments
 (0)