Skip to content

Commit 7a591c5

Browse files
lilyyduCopilot
andauthored
Update packages/common/src/common/storage/list_local_storage.py
Co-authored-by: Copilot <[email protected]>
1 parent fee856e commit 7a591c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/common/storage/list_local_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ListLocalStorage(ListStorage[V]):
1717

1818
@property
1919
def list(self) -> List[V]:
20-
return self._list
20+
return self._items
2121

2222
def __init__(self, items: Optional[List[V]] = []):
2323
self._items = items or []

0 commit comments

Comments
 (0)