Skip to content

Commit 89170f8

Browse files
committed
lint
1 parent fd2d484 commit 89170f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

q2_katharoseq/_methods.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def read_count_threshold(
105105
cell_count_column: qiime2.NumericMetadataColumn,
106106
table: pd.DataFrame,
107107
control: str,
108-
asv: str=None) -> None:
108+
asv: str = None) -> None:
109109
if control == 'asv':
110110
if asv is None:
111111
raise ValueError("Control type set to asv but no asv provided")

0 commit comments

Comments
 (0)