Skip to content

Commit

Permalink
add union_find back into import
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Nov 10, 2023
1 parent dc149fe commit ff319b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findpeaks/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Licence: MIT
# ----------------------------------------------------

# import findpeaks.union_find as union_find
import findpeaks.union_find as union_find
from findpeaks.filters.lee import lee_filter
from findpeaks.filters.lee_enhanced import lee_enhanced_filter
from findpeaks.filters.lee_sigma import lee_sigma_filter
Expand Down

0 comments on commit ff319b0

Please sign in to comment.