Skip to content

Commit

Permalink
Update src/schemapack/_internals/spec/custom_types.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Zajac <[email protected]>
  • Loading branch information
sbilge and mephenor authored Dec 11, 2024
1 parent 6a9246d commit 175acce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemapack/_internals/spec/custom_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
RelationPropertyName: TypeAlias = _NonEmptyStr
ContentPropertyName: TypeAlias = _NonEmptyStr
IdPropertyName: TypeAlias = _NonEmptyStr
FrozenType: TypeAlias = FrozenDict[str, str | FrozenDict | tuple]
ThawedType: TypeAlias = dict[str, str | dict | list]
FrozenType: TypeAlias = FrozenDict[str, "str | FrozenType | tuple"]
ThawedType: TypeAlias = dict[str, "str | ThawedType | list"]

0 comments on commit 175acce

Please sign in to comment.