Skip to content

Commit 78ef000

Browse files
committed
correct cluster return type
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
1 parent 731f44b commit 78ef000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/python/glide/async_commands/cluster_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ async def scan(
12751275

12761276
async def script_exists(
12771277
self, sha1s: List[TEncodable], route: Optional[Route] = None
1278-
) -> TClusterResponse[bool]:
1278+
) -> TClusterResponse[List[bool]]:
12791279
"""
12801280
Check existence of scripts in the script cache by their SHA1 digest.
12811281

0 commit comments

Comments
 (0)