Skip to content

Commit 1b63fe5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7af4b34 commit 1b63fe5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spikewrap/structure/_preprocess_run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
from __future__ import annotations
22

33
import shutil
4+
from pathlib import Path
45
from typing import TYPE_CHECKING, Literal
56

67
import matplotlib.pyplot as plt
78
import yaml
89

9-
from pathlib import Path
10-
1110
if TYPE_CHECKING:
1211

1312
import matplotlib

0 commit comments

Comments
 (0)