Skip to content

redis.asyncio module not properly typed #2105

@bitterteriyaki

Description

@bitterteriyaki

Version: Latest (4.2.2)
Platform: Arch Linux
Description: When importing the redis.asyncio module, Mypy complains about the stubs not being installed. This problem does not happen when importing only the redis module.

Library stubs not installed for "redis.asyncio" (or incompatible with Python 3.10)mypy(error)
Hint: "python3 -m pip install types-redis"mypy(note)
(or run "mypy --install-types" to install all missing stub packages)mypy(note)
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-importsmypy(note)

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