Skip to content

Commit 7af4b34

Browse files
committed
fixed linting issue
Signed-off-by: Hargun Kaur <[email protected]>
1 parent 5cff58a commit 7af4b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spikewrap/structure/_preprocess_run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
import matplotlib.pyplot as plt
77
import yaml
88

9+
from pathlib import Path
10+
911
if TYPE_CHECKING:
10-
from pathlib import Path
1112

1213
import matplotlib
1314
import submitit

0 commit comments

Comments
 (0)