Skip to content

Commit

Permalink
Update TODO comment to reference the correct data type
Browse files Browse the repository at this point in the history
  • Loading branch information
slangeveld committed Aug 27, 2024
1 parent 428f48b commit 097ef02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fmu/dataio/_model/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class InternalFMU(fields.FMU):


class InternalObjectMetadata(JsonSchemaMetadata):
# TODO: aim to use InternalFMU as base
# TODO: aim to use root.ObjectMetadata as base
# class and disallow creating invalid metadata.
class_: Literal[
enums.FMUClass.surface,
Expand Down Expand Up @@ -169,4 +169,4 @@ class InternalCaseMetadata(JsonSchemaMetadata):
access: fields.Access
fmu: fields.FMUBase
description: Optional[List[str]] = Field(default=None)
tracklog: fields.Tracklog
tracklog: fields.Tracklog

0 comments on commit 097ef02

Please sign in to comment.