Skip to content

Commit a42944f

Browse files
vishal-balankanu17
andauthored
Add missing type-hint
Co-authored-by: nitin <[email protected]>
1 parent e9b6ab7 commit a42944f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/index/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async def _aget(
176176
raise NotImplementedError
177177

178178
@staticmethod
179-
async def _aexpire(client: AsyncRedisClientOrPipeline, key: str, ttl: int):
179+
async def _aexpire(client: AsyncRedisClientOrPipeline, key: str, ttl: int) -> None:
180180
"""Asynchronously set TTL on a key using the provided client or pipeline
181181
182182
Args:

0 commit comments

Comments
 (0)