Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Aug 21, 2024
1 parent ed0ce65 commit 1482c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physioqc/interfaces/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pandas as pd

from .metrics.multimodal import peak_amplitude, peak_detection, peak_distance
from ..metrics.multimodal import peak_amplitude, peak_detection, peak_distance


def generate_figures(figures, data, outdir):
Expand Down

0 comments on commit 1482c9f

Please sign in to comment.