Skip to content

Commit c07967b

Browse files
committed
fix flake8, again
1 parent 0a6e70d commit c07967b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_db/test/test_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ def test_create(self):
294294
# filepath_id, path, filepath_type_id
295295
exp = [[17, exp_fna_fp, 4, '852952723', 1, 3],
296296
[18, exp_qual_fp, 5, '852952723', 1, 3]]
297-
[[16L, '1_19700101-000000.txt', 14L, '852952723', 1L, 9L], [17L, '3_tmpwX6OjW_seqs.fna', 4L, '852952723', 1L, 3L]]
297+
[[16L, '1_19700101-000000.txt', 14L, '852952723', 1L, 9L],
298+
[17L, '3_tmpwX6OjW_seqs.fna', 4L, '852952723', 1L, 3L]]
298299
self.assertEqual(obs, exp)
299300

300301
def test_create_data_type_only(self):

0 commit comments

Comments
 (0)