Skip to content

Commit

Permalink
MAINT: Remove unused metadata class
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jul 3, 2024
1 parent 9d6543a commit 5806e5d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/fmu/dataio/datastructure/meta/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,29 +234,6 @@ class Model(BaseModel):
"""The revision of the model."""


class RealizationJobListing(BaseModel):
"""
Directly pass "jobs.json". Temporarily deactivated in fmu-dataio pending
further alignment with ERT.
"""

arg_types: List[str]
argList: List[Path]
error_file: Optional[Path]
executable: Path
license_path: Optional[Path]
max_arg: int
max_running_minutes: Optional[int]
max_running: Optional[int]
min_arg: int
name: str
start_file: Optional[str]
stderr: Optional[str]
stdin: Optional[str]
stdout: Optional[str]
target_file: Optional[Path]


class Realization(BaseModel):
"""
The ``fmu.realization`` block contains information about the realization this
Expand Down

0 comments on commit 5806e5d

Please sign in to comment.