You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.12 deprecated and removed the already deprecated and not
documented imp library (the load_source function was never documented)
Replace this with a modern alternative suggested by
python/cpython#104212.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
0 commit comments