From 42a43915979f7c6e1deaa3fceaef476132791133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 21 May 2019 16:46:50 +0200 Subject: [PATCH] pantalaimon: Remove an unused variable and fix a whitespace issue. --- pantalaimon/client.py | 1 - pantalaimon/panctl.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/pantalaimon/client.py b/pantalaimon/client.py index 359b127..6a3566b 100644 --- a/pantalaimon/client.py +++ b/pantalaimon/client.py @@ -304,7 +304,6 @@ class PanClient(AsyncClient): str(e) )) - async def confirm_sas(self, message): user_id = message.user_id device_id = message.device_id diff --git a/pantalaimon/panctl.py b/pantalaimon/panctl.py index 07f54c4..e230da7 100644 --- a/pantalaimon/panctl.py +++ b/pantalaimon/panctl.py @@ -430,8 +430,6 @@ class PanCtl: for server, server_users in servers.items(): server_c = get_color(server) - server_list = [] - print_formatted_text(HTML( f" - Name: <{server_c}>{server}" ))