From 89170f8a789b77d620508e725b04d791bb4957ca Mon Sep 17 00:00:00 2001 From: Daniel McDonald Date: Tue, 16 Jan 2024 15:39:09 -0800 Subject: [PATCH] lint --- q2_katharoseq/_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q2_katharoseq/_methods.py b/q2_katharoseq/_methods.py index d0070d0..2e14909 100644 --- a/q2_katharoseq/_methods.py +++ b/q2_katharoseq/_methods.py @@ -105,7 +105,7 @@ def read_count_threshold( cell_count_column: qiime2.NumericMetadataColumn, table: pd.DataFrame, control: str, - asv: str=None) -> None: + asv: str = None) -> None: if control == 'asv': if asv is None: raise ValueError("Control type set to asv but no asv provided")