From 8b071440896cdc163f7bc022ae8b4b4e2a8ef128 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 15 Apr 2021 02:02:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Minibugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- royalnet_telethon/pda.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 964c2f74..bd586d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "royalnet-telethon" -version = "1.0.0" +version = "1.0.1" description = "A Telethon-based frontend for the royalnet.engineer module." authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later" diff --git a/royalnet_telethon/pda.py b/royalnet_telethon/pda.py index 61b91d3c..7f8909a9 100644 --- a/royalnet_telethon/pda.py +++ b/royalnet_telethon/pda.py @@ -83,11 +83,6 @@ class TelethonPDAImplementation(engi.ConversationListImplementation): .. todo:: Document this. """ - self.error_reporting_chat: int = error_reporting_chat - """ - .. todo:: Document this. - """ - def _register_events(self, client): """ .. todo:: Document this.