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
’get_redis_client
The current get_redis_client function is doing some pretty ugly stuff in app/dependencies.py. The following types shows that something is wrong :
get_redis_client
app/dependencies.py
redis_client: redis.Redis | bool | None = None
Consider splitting the variable redis_client into redis_client and redis_status.
redis_client
redis_status
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current
get_redis_client
function is doing some pretty ugly stuff inapp/dependencies.py
.The following types shows that something is wrong :
Consider splitting the variable
redis_client
intoredis_client
andredis_status
.The text was updated successfully, but these errors were encountered: