mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
fix import of deprecate function
This commit is contained in:
parent
592352c849
commit
c0489db17c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
""" This module contains the base class for handlers as used by the
|
||||
Dispatcher """
|
||||
|
||||
from telegram.deprecate import deprecate
|
||||
from telegram.utils.deprecate import deprecate
|
||||
|
||||
|
||||
class Handler(object):
|
||||
|
|
Loading…
Reference in a new issue