Skip to content

Commit

Permalink
Fix matid import
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Feb 9, 2024
1 parent e09f192 commit 2e16533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulationdataschema/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
import ase

from matid import SymmetryAnalyzer, Classifier # pylint: disable=import-error
from matid.classifications import (
from matid.classification.classifier import (
Class0D,
Atom,
Class1D,
Class2D,
Material2D,
Surface,
Class3D,
) # pylint: disable=import-error
)

from nomad import config
from nomad.units import ureg
Expand Down

0 comments on commit 2e16533

Please sign in to comment.