Skip to content

Commit 9938878

Browse files
committed
removed comma
1 parent 69be1b7 commit 9938878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdb2sql/StructureSimilarity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import numpy as np
33
from .pdb2sqlcore import pdb2sql
44
from .interface import interface
5-
from .superpose import get_trans_vect, get_rotation_matrix, superpose_selection,
5+
from .superpose import get_trans_vect, get_rotation_matrix, superpose_selection
66

77
from . import transform
88
import os

0 commit comments

Comments
 (0)