mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-01 17:23:25 +08:00
Remove unused class
This commit is contained in:
parent
e90f421fcd
commit
ada5c7f48e
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@ from bot.core.utils import split_telegram_message
|
|||
from bot.version import __version__
|
||||
|
||||
|
||||
class UserBaseSchema:
|
||||
pass
|
||||
|
||||
|
||||
class ErrorHandler(AbstractHandler):
|
||||
_body: ErrorDownloadPayload | ErrorGeneralPayload
|
||||
_ERR_MSG_TPL = (
|
||||
|
|
Loading…
Reference in a new issue