Closed nikosavola closed 1 year ago
A user reported the following for the simple workload manager:
AttributeError: module 'importlib' has not attribute 'util'
This doesn't happen for me, but Stack Overflow would suggest using import importlib.util instead, so let's do that.
import importlib.util
A user reported the following for the simple workload manager:
This doesn't happen for me, but Stack Overflow would suggest using
import importlib.util
instead, so let's do that.