Fix importlib.util

This commit is contained in:
awsr
2025-11-27 14:39:30 -08:00
parent a46f32b354
commit c9fd32d9cb
+2 -1
View File
@@ -10,7 +10,8 @@ import logging
import platform
import subprocess
import cProfile
import importlib # pylint: disable=deprecated-module
import importlib
import importlib.util
class Dot(dict): # dot notation access to dictionary attributes