Skip to content

Commit

Permalink
ruff error.
Browse files Browse the repository at this point in the history
  • Loading branch information
frey-perez committed Jan 17, 2025
1 parent b5b682b commit 1cc9a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
import numpy as np
import polars as pl
import pytest
from wristpy.io.readers import readers

from wristpy.core import models
from wristpy.io.readers import readers
from wristpy.processing import metrics

TEST_LENGTH = 100
Expand Down

0 comments on commit 1cc9a15

Please sign in to comment.