Skip to content

Commit 094bc06

Browse files
committed
pre-commit lints
1 parent d4a02bb commit 094bc06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

malariagen_data/anoph/hapclust.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
from .hap_data import AnophelesHapData
2222

2323

24-
class AnophelesHapClustAnalysis(AnophelesHapData, AnophelesSnpData, AnophelesFrequencyAnalysis):
24+
class AnophelesHapClustAnalysis(
25+
AnophelesHapData, AnophelesSnpData, AnophelesFrequencyAnalysis
26+
):
2527
def __init__(
2628
self,
2729
**kwargs,

0 commit comments

Comments
 (0)