Skip to content

Commit 0d12622

Browse files
author
Nitin Kanukolanu
committed
Remove migration class, will move it to resources later.
1 parent 573bfa0 commit 0d12622

File tree

2 files changed

+1
-429
lines changed

2 files changed

+1
-429
lines changed

redisvl/utils/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from redisvl.utils.compression import CompressionAdvisor
2-
from redisvl.utils.migration import IndexMigrator
32

4-
__all__ = ["CompressionAdvisor", "IndexMigrator"]
3+
__all__ = ["CompressionAdvisor"]

0 commit comments

Comments
 (0)