From 046829ca15d8b18b9278e00422208f0c77450332 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Thu, 7 Nov 2024 08:14:16 -0800 Subject: [PATCH] Update fix. --- pymatgen/analysis/diffusion/utils/tests/test_maggma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymatgen/analysis/diffusion/utils/tests/test_maggma.py b/pymatgen/analysis/diffusion/utils/tests/test_maggma.py index 1a3aec6..73f2a09 100644 --- a/pymatgen/analysis/diffusion/utils/tests/test_maggma.py +++ b/pymatgen/analysis/diffusion/utils/tests/test_maggma.py @@ -16,7 +16,7 @@ __date__ = "April 10, 2019" -@pytest.fixture() +@pytest.fixture def maggma_stores() -> dict[str, JSONStore]: return { "sgroups": JSONStore(f"{dir_path}/maggma_sgroup_store.json", key="group_id"),