Skip to content

Commit

Permalink
fixed rebase mistakes in output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Jun 12, 2024
1 parent 66e1fd9 commit b552faf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/nomad_simulations/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@
from structlog.stdlib import BoundLogger
from typing import Optional, List

from nomad.units import ureg
from nomad.datamodel.data import ArchiveSection
from nomad.metainfo import Quantity, SubSection
from nomad.datamodel.metainfo.annotations import ELNAnnotation
from nomad.metainfo import Quantity, SubSection
# ? are we planning to enforce a dependency on simulationworkflowschema?
from simulationworkflowschema import SimulationWorkflow

from nomad_simulations.model_system import ModelSystem
from nomad_simulations.physical_property import PhysicalProperty
Expand All @@ -46,7 +42,7 @@
)


class Outputs(PhysicalProperty):
class Outputs(ArchiveSection):
"""
Output properties of a simulation. This base class can be used for inheritance in any of the output properties
defined in this schema.
Expand Down

0 comments on commit b552faf

Please sign in to comment.