X Tutup
Skip to content

Commit c0489db

Browse files
committed
fix import of deprecate function
1 parent 592352c commit c0489db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/ext/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
""" This module contains the base class for handlers as used by the
2121
Dispatcher """
2222

23-
from telegram.deprecate import deprecate
23+
from telegram.utils.deprecate import deprecate
2424

2525

2626
class Handler(object):

0 commit comments

Comments
 (0)
X Tutup