Skip to content

Commit 1de34a8

Browse files
author
Adam Robbins-Pianka
committed
Remove unused variable
1 parent d6ece1a commit 1de34a8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

qiita_ware/test/test_ebi.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ def setUp(self):
2929
self.path = path.dirname(path.abspath(__file__)) + \
3030
'/test_data/test_ebi'
3131
self.temp_dir = gettempdir()
32-
self.demux_output_dir = join(self.temp_dir, 'demux_output')
33-
34-
def tearDown(self):
35-
try:
36-
rmtree(self.demux_output_dir)
37-
except:
38-
pass
3932

4033
def test_init(self):
4134
e = EBISubmission('2', 'Study Title', 'Study Abstract',

0 commit comments

Comments
 (0)