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 Jun 29, 2024
1 parent 3dd5f10 commit ec79fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/core_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def default(self, obj):

if isinstance(obj, Path):
return str(obj)

if isinstance(obj, Motion):
return obj.to_dict()

Expand Down

0 comments on commit ec79fb4

Please sign in to comment.