--- a/src/eric7/SystemUtilities/QtUtilities.py Thu Jan 11 22:13:39 2024 +0100 +++ b/src/eric7/SystemUtilities/QtUtilities.py Fri Jan 12 12:08:29 2024 +0100 @@ -8,7 +8,6 @@ """ import contextlib -import functools import os import sys import sysconfig @@ -379,7 +378,6 @@ return toolname -@functools.lru_cache() def checkPyside(variant=2): """ Module function to check the presence of PySide2/PySide6.