Skip to content

Commit 921390a

Browse files
committed
fix import in conftest
1 parent f68fc0a commit 921390a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/openmm_md/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
import pytest
55
from emmet.core.openmm import OpenMMInterchange, OpenMMTaskDocument
6-
from jobflow import Flow, JobStore, MemoryStore, run_locally
6+
from jobflow import Flow, JobStore, run_locally
7+
from maggma.stores import MemoryStore
78
from monty.json import MontyDecoder
89
from pymatgen.core import Composition, Structure
910

0 commit comments

Comments
 (0)