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
Version: 5.2.0 Platform: all of them Description: Type hints seem way too broad, and I was wondering if there’s a specific reason for this or if it's simply an unresolved issue.
For example, the ping method on the synchronous Redis client only returns a boolean, but the type annotations are as follows:
Version: 5.2.0
Platform: all of them
Description: Type hints seem way too broad, and I was wondering if there’s a specific reason for this or if it's simply an unresolved issue.
For example, the ping method on the synchronous Redis client only returns a boolean, but the type annotations are as follows:
I understand that the same type annotation is used for both synchronous and asynchronous implementations, but this confuses linters.
Thanks in advance.
The text was updated successfully, but these errors were encountered: