Skip to content

Commit

Permalink
Make SeqIO import explicit in this test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Sep 24, 2012
1 parent 4d2d4b2 commit af78094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/test_BioSQL_sqlite3.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os import os
import tempfile import tempfile
from Bio import MissingExternalDependencyError from Bio import MissingExternalDependencyError
from Bio import SeqIO
from BioSQL import BioSeqDatabase from BioSQL import BioSeqDatabase


from common_BioSQL import * from common_BioSQL import *
Expand Down

0 comments on commit af78094

Please sign in to comment.