Skip to content

Commit 1abcc89

Browse files
committed
fix: tools impacted by structure changes
1 parent 3048f5c commit 1abcc89

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assignment/assignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from methods.utils import create_hash_dataframe
2626
from models.catalog import ModelCatalog
2727
from models.predict_factuals import predict_negative_instances
28-
from tools.logging import log
28+
from tools.logging_tools import log
2929

3030
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
3131
warnings.simplefilter(action="ignore", category=FutureWarning)

0 commit comments

Comments
 (0)