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
There is an error in the type annotation in the Redis client.py file of the Redis class. The from_url method has a type annotation of None for its return, but it is clearly returning an instance of the Redis client.
Version: "^5.2.0"
Platform: Ubuntu 22.04
Description: Linter warning error of return None.
The text was updated successfully, but these errors were encountered:
There is an error in the type annotation in the Redis client.py file of the Redis class. The from_url method has a type annotation of None for its return, but it is clearly returning an instance of the Redis client.
Version: "^5.2.0"
Platform: Ubuntu 22.04
Description: Linter warning error of return None.
The text was updated successfully, but these errors were encountered: