Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
genomewalker committed Nov 26, 2024
1 parent 00f8524 commit ddf8cf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bam_filter/reassign.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import shutil
import uuid
import psutil
from memory_profiler import profile
from numba import jit, prange
import numba
from typing import Dict
Expand Down
1 change: 0 additions & 1 deletion bam_filter/sam_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import concurrent.futures
import gc
import shutil
from memory_profiler import profile

# import cProfile as profile
# import pstats
Expand Down

0 comments on commit ddf8cf5

Please sign in to comment.