mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Fix error class import
This commit is contained in:
parent
357815b102
commit
ae0283f98d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
from abc import ABCMeta, abstractmethod
|
||||
from telegram import TelegramError
|
||||
from .error import TelegramError
|
||||
|
||||
|
||||
class Base(object):
|
||||
|
@ -23,4 +23,4 @@ class Base(object):
|
|||
|
||||
@abstractmethod
|
||||
def to_json(self):
|
||||
pass
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue