Skip to content

Commit

Permalink
remove deprecated unused Bio.Substmap import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMoth authored May 12, 2022
1 parent 2c0c54e commit f48728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDBMapSIFTSdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from collections import OrderedDict
import logging
from Bio import pairwise2
from Bio.SubsMat import MatrixInfo as matlist
# unused and deprecated: from Bio.SubsMat import MatrixInfo as matlist
from Bio.PDB import Structure
from Bio.SeqUtils import seq1
from lib import PDBMapSQLdb
Expand Down

0 comments on commit f48728a

Please sign in to comment.