Skip to content

Commit fd2b417

Browse files
committed
remove unnecessary comment
1 parent a9b014b commit fd2b417

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redisvl/index/index.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ def connect(self, redis_url: Optional[str] = None, **kwargs):
387387
index.connect(redis_url="redis://localhost:6379")
388388
389389
"""
390-
# TODO: Intentionally not including required modules to match existing
391-
# behavior, but we need to review.
392390
self.__redis_client = RedisConnectionFactory.get_redis_connection(
393391
redis_url=redis_url, **kwargs
394392
)

0 commit comments

Comments
 (0)