Skip to content

Commit c6e5ee1

Browse files
author
Dammy Desktop
committed
fix imports
1 parent 94c1b25 commit c6e5ee1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xdetectioncore/pupil/pupil_analysis_funcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from pathlib import Path
1616
from tqdm import tqdm
1717
from scipy.stats import ttest_ind, ttest_1samp
18-
19-
from ..io_utils import posix_from_win, extract_date
18+
from ..paths import posix_from_win
19+
from ..io_utils import extract_date
2020
from ..plotting import format_axis, plot_shaded_error_ts
2121
from ..stats import save_stats_to_tex
2222
from ..session import Session

0 commit comments

Comments
 (0)