From e0a832f5ba73939fc22062c3711a65820f90ab04 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 21 Oct 2018 20:58:48 +0300 Subject: [PATCH] Remove BaseBot._data = {} --- aiogram/bot/base.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aiogram/bot/base.py b/aiogram/bot/base.py index aec439d0..93e725bf 100644 --- a/aiogram/bot/base.py +++ b/aiogram/bot/base.py @@ -84,9 +84,6 @@ class BaseBot: self.parse_mode = parse_mode - # Data stored in bot instance - self._data = {} - async def close(self): """ Close all client sessions