Skip to content

Commit

Permalink
pydantic2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed May 23, 2024
1 parent 8fc819e commit 3526bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class StorageKindTagSet(NamespacedTagSet):
"""Metadata entries which describe how an asset is stored."""

storage_kind: Optional[str]
storage_kind: Optional[str] = None

@classmethod
def namespace(cls) -> str:
Expand Down

0 comments on commit 3526bd4

Please sign in to comment.