Skip to content

Commit

Permalink
right order of decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug committed Mar 13, 2024
1 parent f3b243d commit a798131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/nodes/uuid_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def __init__(self, **kwargs):
self._json_attrs = replace(self._json_attrs, uuid=uuid)
UUIDBaseNode._uuid_cache[uuid] = self

@beartype
@property
@beartype
def uuid(self) -> str:
if not isinstance(self._json_attrs.uuid, str):
# Some JSON decoding automatically converted this to UUID objects, which we don't want
Expand Down

0 comments on commit a798131

Please sign in to comment.