mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-02 18:44:50 -05:00
pantalaimon: Remove an unused variable and fix a whitespace issue.
This commit is contained in:
parent
d5b1ef27a9
commit
42a4391597
@ -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
|
||||
|
@ -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}</{server_c}>"
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user