Commit 0e08bf6
fix: Export MemcachedV1KeySanitizationStrategy from memcached store module
The MemcachedV1KeySanitizationStrategy was defined but not exported from the
memcached store's __init__.py, causing import errors in tests and user code.
Co-authored-by: William Easton <strawgate@users.noreply.github.com>1 parent b3ab611 commit 0e08bf6
File tree
1 file changed
+2
-2
lines changed- key-value/key-value-aio/src/key_value/aio/stores/memcached
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments