Try if we can get rid of this workaround.

done part of CURA-11622
This commit is contained in:
Remco Burema 2024-12-10 09:25:49 +01:00
parent 23cc0b4d01
commit ef02ab543e

View file

@ -16,8 +16,6 @@ if TYPE_CHECKING:
import sys
from UM.Platform import Platform
if Platform.isWindows():
if hasattr(sys, "frozen"):
import win32timezone
from keyring.backends.Windows import WinVaultKeyring
keyring.set_keyring(WinVaultKeyring())
if Platform.isOSX():