Skip to content

Commit b1ce517

Browse files
Autoformat with black
1 parent 2bc0f3b commit b1ce517

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/example_native_space_preprocessor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,5 @@ def preprocess(input_dir: Path, output_dir: Path):
9090
base_dir = Path(__file__).parent
9191
preprocess(
9292
input_dir=Path(base_dir / f"example_data/{subject}"),
93-
output_dir=Path(
94-
base_dir / f"example_data/native_space_preprocessed_{subject}"
95-
),
93+
output_dir=Path(base_dir / f"example_data/native_space_preprocessed_{subject}"),
9694
)

0 commit comments

Comments
 (0)