From 98a869d2f5c2c4ff3e93c493a83ffdd9e2718eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 01:32:30 +0000 Subject: Bump ruff from 0.1.13 to 0.1.14 (#1434) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs Co-authored-by: Xithrius <15021300+Xithrius@users.noreply.github.com> --- bot/constants.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index 0d74fb4a..492ac918 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -7,26 +7,26 @@ from pydantic_settings import BaseSettings from pydis_core.utils.logging import get_logger __all__ = ( - "Channels", + "ERROR_REPLIES", + "MODERATION_ROLES", + "NEGATIVE_REPLIES", + "POSITIVE_REPLIES", + "PYTHON_PREFIX", + "STAFF_ROLES", + "WHITELISTED_CHANNELS", "Categories", + "Channels", "Client", - "Logging", "Colours", "Emojis", "Icons", + "Logging", "Month", + "Reddit", + "Redis", "Roles", "Tokens", "Wolfram", - "Reddit", - "Redis", - "PYTHON_PREFIX", - "MODERATION_ROLES", - "STAFF_ROLES", - "WHITELISTED_CHANNELS", - "ERROR_REPLIES", - "NEGATIVE_REPLIES", - "POSITIVE_REPLIES", ) log = get_logger(__name__) -- cgit v1.2.3