From 65695c1f9d9c0c7640328b8f566eac8c8f63b900 Mon Sep 17 00:00:00 2001 From: VinzentRisch Date: Thu, 11 Jan 2024 10:41:11 +0100 Subject: [PATCH] removed empty line after review Santi --- q2_amr/tests/card/test_reads.py | 1 - 1 file changed, 1 deletion(-) diff --git a/q2_amr/tests/card/test_reads.py b/q2_amr/tests/card/test_reads.py index bacca85..4487edf 100644 --- a/q2_amr/tests/card/test_reads.py +++ b/q2_amr/tests/card/test_reads.py @@ -144,7 +144,6 @@ def annotate_reads_card_test_body(self, read_type): # Assert if the expected files are in every sample directory and in both # resulting CARD annotation objects - for num in [0, 1]: map_type = "allele" if num == 0 else "gene" files = [f"{map_type}_mapping_data.txt", "overall_mapping_stats.txt"]