Skip to content

Commit 4e6be90

Browse files
authored
lint
1 parent d96db0d commit 4e6be90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kb_python/count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def kallisto_bus(
205205
if technology.upper() in ('BULK', 'SMARTSEQ3'):
206206
results['saved_index'] = os.path.join(out_dir, SAVED_INDEX_FILENAME)
207207
if os.path.exists(results['saved_index']):
208-
os.remove(results['saved_index']) # TODO: Fix this in kallisto?
208+
os.remove(results['saved_index']) # TODO: Fix this in kallisto?
209209
return results
210210

211211

0 commit comments

Comments
 (0)