Skip to content

Fix pack_command type annotation #39

@Redoubts

Description

@Redoubts

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions