Skip to content

Commit

Permalink
ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
aaj2005 committed Aug 22, 2024
1 parent 53a8ac6 commit 8434b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/commands/summarise.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import contextlib
import logging
from typing import Optional
from datetime import datetime, timedelta, timezone
from math import ceil, exp
from typing import Optional

import openai
from discord import AllowedMentions
Expand All @@ -10,7 +11,6 @@

from cogs.commands.openaiadmin import is_author_banned_openai
from config import CONFIG
from math import exp, ceil
from utils.utils import split_into_messages

LONG_HELP_TEXT = """
Expand Down

0 comments on commit 8434b65

Please sign in to comment.