Skip to content

Commit

Permalink
Fixed mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 8, 2024
1 parent d29e085 commit 5e42675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nomad_simulations/atoms_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from nomad.datamodel.data import ArchiveSection
from nomad.datamodel.metainfo.annotations import ELNAnnotation

from .utils import RussellSaundersState, check_archive
from .utils import RussellSaundersState


class OrbitalsState(ArchiveSection):
Expand Down
2 changes: 1 addition & 1 deletion src/nomad_simulations/model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from nomad.datamodel.metainfo.annotations import ELNAnnotation

from .atoms_state import AtomsState
from .utils import get_sibling_section, is_not_representative, check_archive
from .utils import get_sibling_section, is_not_representative


class GeometricSpace(Entity):
Expand Down

0 comments on commit 5e42675

Please sign in to comment.