Skip to content

Commit

Permalink
fix import ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Sep 16, 2024
1 parent 17d9658 commit 34a1110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
from sklearn.neighbors import KernelDensity

import daindex
import daindex # noqa F401
from daindex.core import kde_estimate # Adjust the import based on your actual module structure


Expand Down

0 comments on commit 34a1110

Please sign in to comment.