We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run mypy, I see the following:
mypy
error: Module 'redis' has no attribute 'RedisCluster'
What does my import look like?
from redis import Redis, StrictRedis, RedisCluster
Version: What redis-py and what redis version is the issue happening on? 4.3.4
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure) Python 3.8, macOS
Description: Description of your issue, stack traces from errors and code that reproduces the issue run mypy on a project with the import above.
The text was updated successfully, but these errors were encountered:
Hello @srmrz Thanks for the bug report. It's mypy bug. More info here python/mypy#3115
Sorry, something went wrong.
No branches or pull requests
When I run
mypy
, I see the following:What does my import look like?
Version: What redis-py and what redis version is the issue happening on?
4.3.4
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
Python 3.8, macOS
Description: Description of your issue, stack traces from errors and code that reproduces the issue
run mypy on a project with the import above.
The text was updated successfully, but these errors were encountered: