Skip to content

Commit

Permalink
got rid of unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Dec 2, 2016
1 parent 3e2c292 commit 2305e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parsing_helpers.py
@@ -1,5 +1,5 @@
from nose.tools import eq_
from mhctools.cli.parsing_helpers import parse_int_list, parse_fasta_string
from mhctools.cli.parsing_helpers import parse_int_list

def test_parse_int_list():
# int by itself
Expand Down

0 comments on commit 2305e1c

Please sign in to comment.