1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Update conf.py

This commit is contained in:
DHARMA TEJA 2024-09-10 00:02:08 +05:30 committed by GitHub
parent c7e7e1d884
commit 95dd51859e
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):