Skip to content

Commit 3d80a9c

Browse files
Merge pull request #667 from guillaume-vignal/fix/thread_name
Fix: Rename `threading.py` to `custom_thread.py` to avoid shadowing Python’s built-in module
2 parents da531b7 + 6383363 commit 3d80a9c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

shapash/explainer/smart_explainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
check_postprocessing,
2727
check_y,
2828
)
29+
from shapash.utils.custom_thread import CustomThread
2930
from shapash.utils.explanation_metrics import find_neighbors, get_distance, get_min_nb_features, shap_neighbors
3031
from shapash.utils.io import load_pickle, save_pickle
3132
from shapash.utils.model import predict, predict_error, predict_proba
32-
from shapash.utils.threading import CustomThread
3333
from shapash.utils.transform import apply_postprocessing, handle_categorical_missing, inverse_transform
3434
from shapash.utils.utils import get_host_name
3535
from shapash.webapp.smart_app import SmartApp

0 commit comments

Comments
 (0)