From 17fcc799ce062d9e0173a96bd81e0c7f637919ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 26 Jan 2025 18:05:23 +0100 Subject: [PATCH] [client_icons] Fix type annotation --- clients_icons/clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients_icons/clients.py b/clients_icons/clients.py index 2c1e3d7..e4289f4 100644 --- a/clients_icons/clients.py +++ b/clients_icons/clients.py @@ -29,7 +29,7 @@ class ClientData: variations: dict[str, str] | None = None -def get_variations(client_name: str) -> list[str]: +def get_variations(client_name: str | None) -> list[str]: # get_variations('Conversation Legacy 1.2.3') # # Returns List: