From b33d35c261e1b11aacd3a57bc3167ff9f793f3e4 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 14 May 2025 16:09:03 +0200 Subject: [PATCH] remove redundant line --- ayon_api/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ayon_api/utils.py b/ayon_api/utils.py index 291583985..6eb1941c7 100644 --- a/ayon_api/utils.py +++ b/ayon_api/utils.py @@ -96,7 +96,6 @@ def get_machine_name() -> str: str: Machine name. """ - return platform.node() return unidecode.unidecode(platform.node())