[core] fix importlib.util error

add explicit import of importlib.util

fixes #962
This commit is contained in:
tobi-wan-kenobi 2023-04-11 12:42:55 +02:00
parent b750d96a72
commit 2e1289f778

View file

@ -1,5 +1,6 @@
import os
import importlib
import importlib.util
import logging
import threading