Skip to content

Commit 03e96ca

Browse files
committed
Do not smother Biopython deprecation warnings. Fixes #139
1 parent dd0dd8f commit 03e96ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gff/BCBio/GFF/GFFParser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import collections
2222
import io
2323
import itertools
24-
import warnings
2524
import six
2625
from six.moves import urllib
2726
# Make defaultdict compatible with versions of python older than 2.4
@@ -43,8 +42,6 @@
4342
from Bio.SeqRecord import SeqRecord
4443
from Bio import SeqFeature
4544
from Bio import SeqIO
46-
from Bio import BiopythonDeprecationWarning
47-
warnings.simplefilter("ignore", BiopythonDeprecationWarning)
4845

4946
def _gff_line_map(line, params):
5047
"""Map part of Map-Reduce; parses a line of GFF into a dictionary.

0 commit comments

Comments
 (0)