mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Fix importlib.util
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user