mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +01:00
remove traceback import
This commit is contained in:
parent
cc6c4a6eb9
commit
b0ad07f30f
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ from functools import wraps
|
|||
from inspect import getargspec
|
||||
from threading import Thread, BoundedSemaphore, Lock
|
||||
from re import match
|
||||
from traceback import print_exc
|
||||
|
||||
from telegram import (TelegramError, Update, NullHandler)
|
||||
|
||||
|
|
Loading…
Reference in a new issue