Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed May 26, 2024
1 parent 9d5d8ed commit ec4acc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ndfilters/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from ._trimmed_mean import *
from ._trimmed_mean import trimmed_mean_filter

__all__ = [
"trimmed_mean_filter",
]

0 comments on commit ec4acc7

Please sign in to comment.