Skip to content

Commit dfd06a3

Browse files
committed
Add missing import from b433bf5
1 parent 23776ae commit dfd06a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_filters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from scipy import signal
55
import pytest
66

7-
from lupy.filters import HS_COEFF, HP_COEFF
7+
from lupy.filters import HS_COEFF, HP_COEFF, FilterGroup
88

99

1010
@pytest.mark.parametrize('coeff', [HS_COEFF, HP_COEFF])

0 commit comments

Comments
 (0)