From a1c206b8a699807307ccad1f5c887f45811fa709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 22 Jul 2019 11:31:38 +0200 Subject: [PATCH] ui: Whitespace fix. --- pantalaimon/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pantalaimon/ui.py b/pantalaimon/ui.py index 68fd9fe..88b0692 100644 --- a/pantalaimon/ui.py +++ b/pantalaimon/ui.py @@ -54,7 +54,6 @@ if UI_ENABLED: UI_ENABLED = True - class IdCounter: def __init__(self): self._message_id = 0