We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220f4f2 commit 1f5465bCopy full SHA for 1f5465b
eitprocessing/plotting/filter.py
@@ -1,7 +1,7 @@
1
+from dataclasses import dataclass
2
from typing import TypeVar
3
4
import numpy as np
-from attr import dataclass
5
from matplotlib import axes, figure
6
from matplotlib import pyplot as plt
7
from scipy import signal
0 commit comments