Skip to content

Commit b33d35c

Browse files
committed
remove redundant line
1 parent 1276d47 commit b33d35c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ayon_api/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def get_machine_name() -> str:
9696
str: Machine name.
9797
9898
"""
99-
return platform.node()
10099
return unidecode.unidecode(platform.node())
101100

102101

0 commit comments

Comments
 (0)