Skip to content

Commit 4b4a8e1

Browse files
committed
style fix
1 parent a351f2e commit 4b4a8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kb_python/count.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2148,8 +2148,8 @@ def update_results_with_suffix(current_results, new_results, suffix):
21482148
if batch_barcodes else None for prefix in prefixes
21492149
],
21502150
genes_paths=[
2151-
unfiltered_results[prefix][f'ec{suffix}'] if tcc
2152-
else unfiltered_results[prefix].get(f'genes{suffix}')
2151+
unfiltered_results[prefix][f'ec{suffix}'] if tcc else
2152+
unfiltered_results[prefix].get(f'genes{suffix}')
21532153
for prefix in prefixes
21542154
],
21552155
t2g_path=t2g_path,

0 commit comments

Comments
 (0)