Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Mar 20, 2017
1 parent 6335514 commit 4d24c47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Bio/Sequencing/Applications/_samtools.py
Expand Up @@ -9,8 +9,6 @@
from Bio.Application import AbstractCommandline, _ArgumentList
from Bio.Application import _StaticArgument

import subprocess


class SamtoolsViewCommandline(AbstractCommandline):

Expand Down
1 change: 0 additions & 1 deletion Tests/test_samtools_tool.py
Expand Up @@ -9,7 +9,6 @@

from Bio import MissingExternalDependencyError
import sys
import subprocess
import os
import unittest

Expand Down

0 comments on commit 4d24c47

Please sign in to comment.