From a88c3f1076f420368446de36a6c7370e813b7956 Mon Sep 17 00:00:00 2001 From: "Taihsiang Ho (tai271828)" Date: Sat, 16 Apr 2022 18:14:22 +0200 Subject: [PATCH] test(tagger): remove unused modules House cleaning. Remove the modules that are not actually used in this test module. --- tests/test_tagger.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_tagger.py b/tests/test_tagger.py index f5adf695..c0257370 100644 --- a/tests/test_tagger.py +++ b/tests/test_tagger.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- import unittest -import itertools import pysam import os -import singlecellmultiomics.universalBamTagger.universalBamTagger as ut import singlecellmultiomics.universalBamTagger.bamtagmultiome as tm """