From a46a6c659f3832cca4e2aa61c4876ac6b08edcf4 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Tue, 28 Nov 2023 21:40:57 +0300 Subject: [PATCH] Removed trash --- neuroapi/types/_bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neuroapi/types/_bot.py b/neuroapi/types/_bot.py index 6b9febf..58306bd 100644 --- a/neuroapi/types/_bot.py +++ b/neuroapi/types/_bot.py @@ -12,7 +12,6 @@ class NeuroApiBot: def __init__(self, token: str) -> None: self.bot = Bot(token) self.dp = Dispatcher() - self._instances def __new__(cls, token: str) -> 'NeuroApiBot': assert isinstance(token, str)