Skip to content

Commit 89b12e7

Browse files
Fix lint
1 parent e1cf4bb commit 89b12e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/data/storage/backends/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class StorageBackend(
101101
pydantic.BaseModel,
102102
extra=pydantic.Extra.forbid,
103103
arbitrary_types_allowed=True,
104+
keep_untouched=(functools.cached_property,), # Don't serialize cached properties
104105
):
105106
"""
106107
Represents information about a storage backend.

0 commit comments

Comments
 (0)