From 9857615c5b3d6c28f2761fe3e8ec9409bdb4472d Mon Sep 17 00:00:00 2001 From: jmmshn Date: Fri, 18 Dec 2020 18:10:37 -0500 Subject: [PATCH] import from init --- emmet-core/emmet/core/electrode.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emmet-core/emmet/core/electrode.py b/emmet-core/emmet/core/electrode.py index 4ef40821b9..32d62e2c76 100644 --- a/emmet-core/emmet/core/electrode.py +++ b/emmet-core/emmet/core/electrode.py @@ -9,8 +9,7 @@ from pymatgen.core.periodic_table import ElementBase from pymatgen.entries.computed_entries import ComputedEntry -from emmet.stubs import Composition -from emmet.stubs.structure import Structure +from emmet.stubs import Composition, Structure class WorkingIon(ElementBase):