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.