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

Update conf.py to e

This commit is contained in:
Leonid 2025-02-06 10:26:05 +03:00 committed by GitHub
parent c7e7e1d884
commit 9a460bc2fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ try:
module_spec.loader.exec_module(module)
return module
except ImportError:
from imp import load_source
from importlib import load_source
class Settings(dict):