Skip to content

Commit

Permalink
Remove unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Dec 16, 2023
1 parent 93b8777 commit 8e60165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import os
import google.generativeai as genai

from telegram import Update, ForceReply
from telegram import Update
from telegram.ext import ContextTypes, CommandHandler, MessageHandler, filters, Application

from telegram.constants import ChatAction
from dotenv import load_dotenv
load_dotenv()
Expand Down

0 comments on commit 8e60165

Please sign in to comment.