Skip to content

Commit eedcb68

Browse files
author
Shehan M Parmar
committed
final pre-commit
1 parent ede6f44 commit eedcb68

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/openmm_md/jobs/test_generate.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
pytest.importorskip("openff.toolkit")
1717
import openff.toolkit as tk
18-
from openff.interchange.components._packmol import pack_box
19-
from openff.units import unit
2018

2119

2220
def test_create_ff_from_xml(openmm_data):
@@ -30,11 +28,6 @@ def test_create_ff_from_xml(openmm_data):
3028
# download_opls_xml("CCO", opls_xmls / "CCO.xml")
3129
# download_opls_xml("CO", opls_xmls / "CO.xml")
3230

33-
mol_specs = [
34-
{"smiles": "CCO", "count": 10},
35-
{"smiles": "CO", "count": 20},
36-
]
37-
3831
create_ff_from_xml(ff_xmls)
3932

4033

0 commit comments

Comments
 (0)