redis/redis-om-python

`redis.client.Pipeline` is not imported correctly

sashkent3 opened this issue · 0 comments

Here and possibly in many other places the Pipeline symbol is not imported correctly, because redis.client is not imported and only redis is.
I believe this is mostly a type-checking issue and does not affect runtime at all.