Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro committed Feb 17, 2024
1 parent 16014af commit 14aa322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/skills/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import openai
from config import get_group_chat_id, get_config
from mode import Mode, ON
from telegram import Update
from telegram.ext import CallbackContext, MessageHandler, Updater
from telegram.ext.filters import Filters
Expand All @@ -15,8 +16,6 @@
NUM_EXAMPLES = 10


from mode import Mode, OFF

logger = logging.getLogger(__name__)

mode = Mode(mode_name="chat_mode", default=ON)
Expand Down

0 comments on commit 14aa322

Please sign in to comment.