Skip to content

Commit

Permalink
switch to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Jan 30, 2025
1 parent 6836258 commit a9e074d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/scripts/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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:
Expand Down

0 comments on commit a9e074d

Please sign in to comment.