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
The last update flags this up as a warning now: https://github.com/aio-libs/aiohttp-session/blob/dependabot/pip/flake8-bugbear-22.3.23/aiohttp_session/redis_storage.py#L30
key_factory: Callable[[], str] = lambda: uuid.uuid4().hex,
But, actually, there is no function call in the default, it is just defining a lambda.
The text was updated successfully, but these errors were encountered:
Hi @Dreamsorcerer, this is a dupe of #242 which we fixed yesterday and will be in the next release 👍
Sorry, something went wrong.
Thanks, missed that.
No branches or pull requests
The last update flags this up as a warning now: https://github.com/aio-libs/aiohttp-session/blob/dependabot/pip/flake8-bugbear-22.3.23/aiohttp_session/redis_storage.py#L30
key_factory: Callable[[], str] = lambda: uuid.uuid4().hex,
But, actually, there is no function call in the default, it is just defining a lambda.
The text was updated successfully, but these errors were encountered: