Skip to content

Commit 9349944

Browse files
Autoformat with black
1 parent 7cf0044 commit 9349944

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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)