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
Description: A recent commit that (very helpfully) introduced type hints to the library has an incorrect return type defined for Redis.from_url(). Notably, it declares a return type of None rather than Redis as it should be.
Version: 5.0.1
Platform: All
Description: A recent commit that (very helpfully) introduced type hints to the library has an incorrect return type defined for
Redis.from_url()
. Notably, it declares a return type ofNone
rather thanRedis
as it should be.This was introduced in this commit: https://github.com/redis/redis-py/pull/2952/files#diff-3161b005adfa1f5266a9736bffb5ede9d14e2ab40937cb241bc16ca5647df79dR97
The text was updated successfully, but these errors were encountered: