Skip to content

Commit

Permalink
DROPME
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 8, 2025
1 parent 41ca8bb commit 90ee3ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fmu/dataio/_model/root.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from pathlib import Path
from typing import TYPE_CHECKING, Dict, List, Literal, TypeVar, Union
from typing import TYPE_CHECKING, Dict, List, Literal, Optional, TypeVar, Union

from pydantic import (
BaseModel,
Expand Down Expand Up @@ -155,6 +155,8 @@ class ObjectMetadata(MetadataBase):
""" The ``display`` block contains information related to how this data object
should/could be displayed. See :class:`Display`."""

foo: Optional[str]


class Root(
RootModel[
Expand Down

0 comments on commit 90ee3ca

Please sign in to comment.