Skip to content

Commit 8a38a23

Browse files
committed
Remove unused variable.
1 parent 17a90e1 commit 8a38a23

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ghostly/_ghostly.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ def modify(system, k_hard=100, k_soft=5, optimise_angles=True, num_optimise=10):
125125
}
126126

127127
for mol in pert_mols:
128-
# Store the molecule info.
129-
info = mol.info()
130-
131128
# Generate the end state connectivity objects.
132129
connectivity0 = _create_connectivity(_morph.link_to_reference(mol))
133130
connectivity1 = _create_connectivity(_morph.link_to_perturbed(mol))

0 commit comments

Comments
 (0)