Skip to content

Commit 8618596

Browse files
Update lockfile and generate sync code for filetree store
- Updated uv.lock after merge - Generated sync versions of filetree store (from codegen) Co-authored-by: William Easton <[email protected]>
1 parent 462188c commit 8618596

File tree

5 files changed

+493
-3
lines changed

5 files changed

+493
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# WARNING: this file is auto-generated by 'build_sync_library.py'
2+
# from the original file '__init__.py'
3+
# DO NOT CHANGE! Change the original file instead.
4+
"""File-tree based store for visual inspection and testing."""
5+
6+
from key_value.sync.code_gen.stores.filetree.store import (
7+
FileTreeStore,
8+
FileTreeV1CollectionSanitizationStrategy,
9+
FileTreeV1KeySanitizationStrategy,
10+
)
11+
12+
__all__ = ["FileTreeStore", "FileTreeV1CollectionSanitizationStrategy", "FileTreeV1KeySanitizationStrategy"]

0 commit comments

Comments
 (0)