1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Merge 95dd51859e72440ba8a77018e085e942fb7a7ea0 into c7e7e1d884d3bb241ea6448f72a989434c2a35ec

This commit is contained in:
DHARMA TEJA 2024-09-10 00:02:39 +05:30 committed by GitHub
commit a0892bf34a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,8 @@ try:
module_spec.loader.exec_module(module)
return module
except ImportError:
from imp import load_source
# This block is no longer needed if importlib.util is always available.
pass
class Settings(dict):