mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
removed unused imports
This commit is contained in:
parent
89bab207b6
commit
6ffcdcf2fe
1 changed files with 0 additions and 9 deletions
|
@ -1,12 +1,3 @@
|
|||
# There could be some unused imports
|
||||
import sys
|
||||
sys.path.append('..')
|
||||
sys.path.append('.')
|
||||
from inspect import getmembers, ismethod
|
||||
import threading
|
||||
import logging
|
||||
import telegram
|
||||
import time
|
||||
from telegram import CommandHandlerWithHelpAndFather, CommandHandler
|
||||
class ExampleCommandHandler(CommandHandlerWithHelpAndFather):
|
||||
"""This is an example how to use a CommandHandlerWithHelp or just a CommandHandler.
|
||||
|
|
Loading…
Add table
Reference in a new issue