You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to redis/hiredis-py#195, pack_command should be annotated to accept a tuple of more than one element. Currently it's Tuple[A], which means a tuple of exactly one element. Tuple[A, ...] is probably intended.