Skip to content

Commit 5414435

Browse files
committed
chore: fix lint issues
Signed-off-by: suhr25 <suhridmarwah07@gmail.com>
1 parent f3e9783 commit 5414435

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

malariagen_data/anoph/snp_data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ def _prep_site_mask_param(
116116
elif site_mask in self.site_mask_ids:
117117
return site_mask
118118
else:
119-
raise ValueError(
120-
f"Invalid site mask, must be one of {self.site_mask_ids}."
121-
)
119+
raise ValueError(f"Invalid site mask, must be one of {self.site_mask_ids}.")
122120

123121
def _prep_optional_site_mask_param(
124122
self,

0 commit comments

Comments
 (0)