Skip to content

Commit 1f5465b

Browse files
committed
Fix erroneous import
1 parent 220f4f2 commit 1f5465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eitprocessing/plotting/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
from dataclasses import dataclass
12
from typing import TypeVar
23

34
import numpy as np
4-
from attr import dataclass
55
from matplotlib import axes, figure
66
from matplotlib import pyplot as plt
77
from scipy import signal

0 commit comments

Comments
 (0)