From 365fea67f2a47d78ea1eda047264cf10b4f84157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:30:14 +0000 Subject: Bump ruff from 0.2.1 to 0.3.3 (#1479) * Bump ruff from 0.2.1 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * apply ruff fixes --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs --- bot/__main__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/__main__.py') diff --git a/bot/__main__.py b/bot/__main__.py index bacb2fdd..b3f346a8 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -17,6 +17,7 @@ from bot.utils.decorators import whitelist_check log = get_logger(__name__) setup_sentry() + async def _create_redis_session() -> RedisSession: """Create and connect to a redis session.""" redis_session = RedisSession( -- cgit v1.2.3