Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent 18eeb87 commit 6843070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def correct_motion(
if folder is not None:
folder = Path(folder)
if overwrite:
if folder.is_dir():
if folder.is_dir():
import shutil

shutil.rmtree(folder)
Expand Down

0 comments on commit 6843070

Please sign in to comment.