Skip to content

Commit 75b4cc3

Browse files
committed
Better typing
1 parent 34c24c8 commit 75b4cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malariagen_data/anoph/dipclust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ def plot_diplotype_clustering_advanced(
561561
region: base_params.regions,
562562
heterozygosity: bool = True,
563563
heterozygosity_colorscale: plotly_params.color_continuous_scale = "Greys",
564-
snp_transcripts: Optional[Sequence[base_params.transcript]] = None,
564+
snp_transcripts: Sequence[base_params.transcript] = [],
565565
snp_colorscale: plotly_params.color_continuous_scale = "Greys",
566566
snp_filter_min_maf: float = 0.05,
567567
snp_query: Optional[base_params.snp_query] = AA_CHANGE_QUERY,

0 commit comments

Comments
 (0)