From a9e074d10f3b5ad53ef28e20b3530f4646aa644d Mon Sep 17 00:00:00 2001 From: slobentanzer Date: Thu, 30 Jan 2025 19:15:38 +0100 Subject: [PATCH] switch to relative import --- docs/scripts/hooks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scripts/hooks.py b/docs/scripts/hooks.py index 4a6182f0..06d2e569 100644 --- a/docs/scripts/hooks.py +++ b/docs/scripts/hooks.py @@ -7,7 +7,7 @@ import pandas as pd -from _plotting import ( +from ._plotting import ( plot_accuracy_per_model, plot_accuracy_per_quantisation, plot_accuracy_per_task, @@ -21,8 +21,8 @@ plot_text2cypher, plot_text2cypher_safety_only, ) -from _preprocess import create_overview_table, preprocess_results_for_frontend -from _stats import calculate_stats +from ._preprocess import create_overview_table, preprocess_results_for_frontend +from ._stats import calculate_stats def on_pre_build(config, **kwargs) -> None: