Skip to content

Commit a9a5d6e

Browse files
pre-commit
1 parent 895d78f commit a9a5d6e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

malariagen_data/anoph/hapclust.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
dipclust_params,
1818
)
1919
from .snp_data import AnophelesSnpData
20-
from .snp_frq import AnophelesSnpFrequencyAnalysis, AA_CHANGE_QUERY, _make_snp_label_effect
20+
from .snp_frq import (
21+
AnophelesSnpFrequencyAnalysis,
22+
AA_CHANGE_QUERY,
23+
_make_snp_label_effect,
24+
)
2125
from .hap_data import AnophelesHapData
2226

2327

0 commit comments

Comments
 (0)