1 parent 592352c commit c0489dbCopy full SHA for c0489db
1 file changed
telegram/ext/handler.py
@@ -20,7 +20,7 @@
20
""" This module contains the base class for handlers as used by the
21
Dispatcher """
22
23
-from telegram.deprecate import deprecate
+from telegram.utils.deprecate import deprecate
24
25
26
class Handler(object):
0 commit comments