Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Jan 16, 2024
1 parent fd2d484 commit 89170f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_katharoseq/_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 89170f8

Please sign in to comment.