Skip to content

Commit c200115

Browse files
authored
[bug fix] added "import warnings" line to superpose.py
1 parent 32d1ee7 commit c200115

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pdb2sql/superpose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .pdb2sqlcore import pdb2sql
55
from .many2sql import many2sql
66
from .transform import rotate
7+
import warnings
78

89

910
def superpose(mobile, target, method='svd', only_backbone=True, export=True, **kwargs):

0 commit comments

Comments
 (0)